sha256:414ca15b8d92668501f1823c9d69882efb781ea4a2ef5a81e249ed33ce956752
OS/ARCH
linux/amd64
Compressed size
90.91 MB
Last pushed
about 1 month by kyrillos25
Type
Image
Manifest digest
sha256:d2c3bf677e1919335f6e738e40c397ab4efcb94932a71b37981f18f01b4ec8fa
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.26 KB5ENV DOTNET_VERSION=8.0.290 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=8.0.290 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10USER root0 B11RUN /bin/sh -c apt-get update2.4 MB12USER 16540 B13WORKDIR /app96 B14EXPOSE [8080/tcp]0 B15EXPOSE [8081/tcp]0 B16WORKDIR /app32 B17COPY /app/publish . # buildkit2.35 MB18ENTRYPOINT ["dotnet" "ChurchBE.Gateway.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'