sha256:75a0a0e9f14960fd51f5469357d0d35a2943d790753f1f23d9b765a75a1877c3
OS/ARCH
Compressed size
237.72 MB
Last pushed
about 1 year by digmatic
Type
Image
Manifest digest
sha256:e37a6e321e5fe81b4df989e922fd504042792b85b9989363bfa2ab4c09be1e7f
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 /app93 B11USER app0 B12WORKDIR /app32 B13COPY /app/publish . # buildkit153.6 MB14ENTRYPOINT ["dotnet" "Digma.Pipeline.Worker.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'