sha256:120772ef45b95553f0e5519234da0e28f05e8ce39d6a63edf00f27683da08b9c
OS/ARCH
linux/amd64
Compressed size
79.55 MB
Last pushed
3 months by k8secops
Type
Image
Manifest digest
sha256:120772ef45b95553f0e5519234da0e28f05e8ce39d6a63edf00f27683da08b9c
Image Layers
1# debian.sh --arch 'amd64' out/28.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update18.5 MB4RUN /bin/sh -c groupadd 3.33 KB5ENV DOTNET_VERSION=8.0.280 B6COPY /dotnet /usr/share/dotnet # buildkit32.21 MB7RUN /bin/sh -c ln -s175 B8WORKDIR /app99 B9COPY /app . # buildkit40.14 KB10ENTRYPOINT ["dotnet" "App.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'