sha256:ee73c405beba2778b8e1aab45561b4d4e66e015b4ce8989c3c993762c9b0e46e
OS/ARCH
linux/arm64
Compressed size
122.22 MB
Last pushed
10 months by christianaschoff
Type
Image
Manifest digest
sha256:ee73c405beba2778b8e1aab45561b4d4e66e015b4ce8989c3c993762c9b0e46e
Image Layers
1# debian.sh --arch 'arm64' out/27.86 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.110 B6COPY /dotnet /usr/share/dotnet # buildkit31.33 MB7RUN /bin/sh -c ln -s166 B8ENV ASPNET_VERSION=9.0.110 B9COPY /dotnet /usr/share/dotnet # buildkit10.42 MB10WORKDIR /app93 B11COPY /app/publish . # buildkit3.26 MB12COPY /app/dist/browser /app/wwwroot # buildkit31.68 MB13COPY /app/dist/3rdpartylicenses.txt /app/wwwroot/3rdpartylicenses.txt # buildkit5.85 KB14COPY /app/dist/prerendered-routes.json /app/wwwroot/prerendered-routes.json # buildkit184 B15EXPOSE [80/tcp]0 B16ENTRYPOINT ["dotnet" "Veto.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'