sha256:f7d01526cba20c5c2e7e4946bbdc77ee31ea97c679e477f5273d55260009f468
OS/ARCH
linux/arm64
Compressed size
94.47 MB
Last pushed
about 1 year by christianaschoff
Type
Image
Manifest digest
sha256:f7d01526cba20c5c2e7e4946bbdc77ee31ea97c679e477f5273d55260009f468
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.90 B6COPY /dotnet /usr/share/dotnet # buildkit31.33 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=9.0.90 B9COPY /dotnet /usr/share/dotnet # buildkit10.42 MB10WORKDIR /app92 B11COPY /app/publish . # buildkit3.25 MB12COPY /app/dist/browser /app/wwwroot # buildkit3.93 MB13COPY /app/dist/3rdpartylicenses.txt /app/wwwroot/3rdpartylicenses.txt # buildkit5.86 KB14COPY /app/dist/prerendered-routes.json /app/wwwroot/prerendered-routes.json # buildkit188 B15EXPOSE map[80/tcp:{}]0 B16ENTRYPOINT ["dotnet" "Veto.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1757289600'