sha256:ecccfc2e2a64993d90b183bd10ca0369a19545c0af122c6c352ba66a9e60f4f3
OS/ARCH
linux/amd64
Compressed size
96.38 MB
Last pushed
11 months by rdiazconcha
Type
Image
Manifest digest
sha256:857a0b309e564e2f2b968f5cecb9d6b8fdec5357fcdb962f0eee2f3b62525354
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=9.0.80 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=9.0.80 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10USER 16540 B11WORKDIR /app96 B12EXPOSE map[8080/tcp:{}]0 B13EXPOSE map[8081/tcp:{}]0 B14WORKDIR /app32 B15COPY /app/publish . # buildkit7.85 MB16ENTRYPOINT ["dotnet" "WisdomPetMedicine.Pet.Api.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'