sha256:2de69b7dc1920938212f7eacfde3a9df0018caba3459dcfc33af80e900935e61
OS/ARCH
linux/arm64
Compressed size
123.45 MB
Last pushed
about 1 month by christianaschoff
Type
Image
Manifest digest
sha256:2de69b7dc1920938212f7eacfde3a9df0018caba3459dcfc33af80e900935e61
Image Layers
1# debian.sh --arch 'arm64' out/27.87 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=9.0.180 B6COPY /dotnet /usr/share/dotnet # buildkit31.34 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=9.0.180 B9COPY /dotnet /usr/share/dotnet # buildkit10.43 MB10WORKDIR /app93 B11COPY /app/publish . # buildkit3.26 MB12COPY /app/dist/browser /app/wwwroot # buildkit32.86 MB13COPY /app/dist/3rdpartylicenses.txt /app/wwwroot/3rdpartylicenses.txt # buildkit5.86 KB14COPY /app/dist/prerendered-routes.json /app/wwwroot/prerendered-routes.json # buildkit185 B15EXPOSE [80/tcp]0 B16ENTRYPOINT ["dotnet" "Veto.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1785715200'