sha256:1fad2f2ddc2b3dffa1e331d5feea4914b16d902e46f118fdf479c786185c7eb0
OS/ARCH
linux/amd64
Compressed size
95.6 MB
Last pushed
7 months by samanekj
Type
Image
Manifest digest
sha256:7662e9f54fde215db8b0eb1e6769a4ca9206302c571c79cd8ed18a38a96dbe46
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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.21 KB5ENV DOTNET_VERSION=9.0.130 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=9.0.130 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10WORKDIR /app92 B11EXPOSE [8080/tcp]0 B12WORKDIR /app32 B13COPY /app/publish . # buildkit7.06 MB14ENTRYPOINT ["dotnet" "PantryCloud.ApiGateway.Presentation.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'