sha256:1ee36a8291ca3cd770475c657e47b4694aaee43fcb806b936d5506cf0c6ff094
OS/ARCH
linux/amd64
Compressed size
712.12 MB
Last pushed
about 1 year by ixaczech
Type
Image
Manifest digest
sha256:9e8dfe2d5ee675a193f2d0749554a04b561a37d1bc3f9a7febe8f46888e9968c
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 B8ENV PLAYWRIGHT_BROWSERS_PATH=/playwright-browsers0 B9RUN /bin/sh -c mkdir -p109 B10RUN /bin/sh -c apt-get update238.46 MB12WORKDIR /app93 B13COPY /app/publish . # buildkit45.37 MB14ENTRYPOINT ["dotnet" "QuintaService.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'