sha256:1af9ffc049b1fcae60f2783451618cd1b014c038deee46d0ecbe1335683da898
OS/ARCH
Compressed size
239.37 MB
Last pushed
about 1 year by digmatic
Type
Image
Manifest digest
sha256:0303e1d67094ad3619dc70bb8efb62fccc6b9351dc4443ceaa660455eef49266
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.68 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.190 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.190 B9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB10WORKDIR /app91 B11USER app0 B12WORKDIR /app32 B13COPY /app/publish . # buildkit155.25 MB14ENTRYPOINT ["dotnet" "Digma.Compound.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'