Skip to content

Commit

Permalink
feat(22.04) add slice for crun
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Apr 17, 2024
1 parent 09254d3 commit 9353b0e
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 0 deletions.
13 changes: 13 additions & 0 deletions slices/crun.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package: crun

slices:
bins:
essential:
- libc6_libs
- libcap2_libs
- libseccomp2_libs
- libsystemd0_libs
- libyajl2_libs
contents:
/usr/bin/crun:
/usr/lib/*-linux-*/libcrun.a:
8 changes: 8 additions & 0 deletions slices/libcap2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libcap2

slices:
libs:
essential:
- libc6_libs
contents:
/lib/*-linux-*/libcap.so.2*:
8 changes: 8 additions & 0 deletions slices/liblz4-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: liblz4-1

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/liblz4.so.1*:
8 changes: 8 additions & 0 deletions slices/libseccomp2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libseccomp2

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/libseccomp.so.2*:
13 changes: 13 additions & 0 deletions slices/libsystemd0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package: libsystemd0

slices:
libs:
essential:
- libc6_libs
- libcap2_libs
- libgcrypt20_libs
- liblz4-1_libs
- liblzma5_libs
- libzstd1_libs
contents:
/usr/lib/*-linux-*/libsystemd.so.0*:
8 changes: 8 additions & 0 deletions slices/libyajl2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: libyajl2

slices:
libs:
essential:
- libc6_libs
contents:
/usr/lib/*-linux-*/libyajl.so.2*:

0 comments on commit 9353b0e

Please sign in to comment.