sha256:4ac2e9fbea255e280dae8f3488f449092389910a714c0e7e0c28c0ccdf14cc2c
OS/ARCH
Compressed size
486.88 MB
Last pushed
about 1 year by digmatic
Type
Image
Manifest digest
sha256:4ed125fc257bfb744145eabdb4dfb581d7d1b86c3c3ea534a0dda97169558732
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.68 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.190 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.190 B9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB10WORKDIR /app92 B11EXPOSE map[80/tcp:{}]0 B12RUN /bin/sh -c apt update14.34 MB13RUN /bin/sh -c apt install480.2 KB14RUN /bin/sh -c wget https://dot.net/v1/dotnet-install.sh14.73 KB15RUN /bin/sh -c chmod +x14.5 KB16RUN /bin/sh -c ./dotnet-install.sh --version205.54 MB17RUN /bin/sh -c /root/.dotnet/dotnet tool27.16 MB18USER app0 B19WORKDIR /app32 B20COPY /app/publish . # buildkit155.22 MB21ENTRYPOINT ["dotnet" "Digma.Scheduler.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'