Skip to content

Commit

Permalink
feat: add slices for dotnet8
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus authored and cjdcordeiro committed Nov 13, 2023
1 parent dccfe2c commit 516c416
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions slices/aspnetcore-runtime-8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package: aspnetcore-runtime-8.0

slices:
libs:
essential:
- dotnet-runtime-8.0_libs
contents:
/usr/lib/dotnet/shared/Microsoft.AspNetCore.App/8.0*/**:
11 changes: 11 additions & 0 deletions slices/dotnet-host-8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package: dotnet-host-8.0

slices:
bins:
essential:
- libc6_libs
- libgcc-s1_libs
- libstdc++6_libs
contents:
/usr/bin/dotnet:
/usr/lib/dotnet/dotnet:
11 changes: 11 additions & 0 deletions slices/dotnet-hostfxr-8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package: dotnet-hostfxr-8.0

slices:
libs:
essential:
- dotnet-host-8.0_bins
- libc6_libs
- libgcc-s1_libs
- libstdc++6_libs
contents:
/usr/lib/dotnet/host/fxr/8.0*/libhostfxr.so:
15 changes: 15 additions & 0 deletions slices/dotnet-runtime-8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package: dotnet-runtime-8.0

slices:
libs:
essential:
- dotnet-hostfxr-8.0_libs
- libc6_libs
- libgcc-s1_libs
- libicu72_libs
- liblttng-ust1_libs
- libssl3_libs
- libstdc++6_libs
- zlib1g_libs
contents:
/usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0*/**:

0 comments on commit 516c416

Please sign in to comment.