sha256:cf0d969feaf9bb000812d4579579a90318fcb4a054fa756617c5bacd0764775d
OS/ARCH
linux/amd64
Compressed size
712.11 MB
Last pushed
about 1 year by ixaczech
Type
Image
Manifest digest
sha256:d4e081d9d55b1ba58f450c8e499247f8a046f89336ea1d2ace9df124fba4aa55
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.180 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s155 B8RUN /bin/sh -c apt-get update238.46 MB10WORKDIR /app92 B11COPY /app/publish . # buildkit45.37 MB12ENTRYPOINT ["dotnet" "QuintaService.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'