sha256:a1ac679219b7d422aee17e23272cc8e8f57686206ef6b7eba2529b43582d9615
OS/ARCH
Compressed size
99.13 MB
Last pushed
6 months by samanekj
Type
Image
Manifest digest
sha256:faa9875e0b5229b40db62795e2ed0eabef78269e2360d78a0d907f47b8ecde01
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.140 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s155 B8ENV ASPNET_VERSION=9.0.140 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10WORKDIR /app93 B11EXPOSE [8080/tcp]0 B12WORKDIR /app32 B13COPY /app/publish . # buildkit10.58 MB14ENTRYPOINT ["dotnet" "PantryCloud.Household.Presentation.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'