sha256:e85a2b92511be5be77c63d6c259ac8b0b10342f0a88a48d120467f733fc3af55
OS/ARCH
Compressed size
98.28 MB
Last pushed
about 1 year by xitasomnestixdevs
Type
Image
Manifest digest
sha256:27cdd441ba0656b3fdaa984e4da910a3ce6e8e3501006876d41bc8782836e757
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.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.170 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.170 B9COPY /dotnet /usr/share/dotnet # buildkit10.57 MB10USER app0 B11WORKDIR /app96 B12EXPOSE map[8080/tcp:{}]0 B13EXPOSE map[8081/tcp:{}]0 B14WORKDIR /app32 B15COPY /app/publish . # buildkit12.17 MB16ENTRYPOINT ["dotnet" "MnestixApi.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'