Skip to content

Commit

Permalink
feat: add the chisel manifest to images (#669)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristovao Cordeiro <[email protected]>
  • Loading branch information
cjdcordeiro authored Nov 6, 2024
1 parent 8a505c0 commit c3e2b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotnet-aspnet/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN mkdir /rootfs \
&& chisel-wrapper --generate-dpkg-status /status -- --release "ubuntu-$UBUNTU_RELEASE" --root /rootfs \
base-files_base \
base-files_release-info \
base-files_chisel \
ca-certificates_data \
aspnetcore-runtime-8.0_libs
RUN install -d -m 0755 -o "$UID" -g "$GID" "/rootfs/home/$USER" \
Expand Down
1 change: 1 addition & 0 deletions dotnet-deps/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN mkdir -p /rootfs/etc \
RUN chisel-wrapper --generate-dpkg-status /status -- --release "ubuntu-$UBUNTU_RELEASE" --root /rootfs \
base-files_base \
base-files_release-info \
base-files_chisel \
ca-certificates_data \
libc6_libs \
libgcc-s1_libs \
Expand Down
1 change: 1 addition & 0 deletions dotnet-runtime/Dockerfile.24.04
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN mkdir /rootfs \
&& chisel-wrapper --generate-dpkg-status /status -- --release "ubuntu-$UBUNTU_RELEASE" --root /rootfs \
base-files_base \
base-files_release-info \
base-files_chisel \
ca-certificates_data \
dotnet-runtime-8.0_libs
RUN install -d -m 0755 -o "$UID" -g "$GID" "/rootfs/home/$USER" \
Expand Down

0 comments on commit c3e2b86

Please sign in to comment.