sha256:81165bfcb7f35298c79edf95a1ed6d0687a065d1d2803148680e4ffb596dc3ee
OS/ARCH
linux/arm64
Compressed size
142.89 MB
Last pushed
7 months by danielpacak
Type
Image
Manifest digest
sha256:f785af87a3b0b82538b8b97b0b66423579dd76f18a6fddf021ce0d6affe9d41d
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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.130 B6COPY /dotnet /usr/share/dotnet # buildkit31.33 MB7RUN /bin/sh -c ln -s162 B8ENV ASPNET_VERSION=9.0.130 B9COPY /dotnet /usr/share/dotnet # buildkit10.42 MB10WORKDIR /app93 B11COPY /app ./ # buildkit56.66 MB12LABEL org.opencontainers.image.source=https://github.com/tobyash86/WebGoat.NET0 B13LABEL org.opencontainers.image.description=WebGoat.NET - port of0 B14ENTRYPOINT ["dotnet" "WebGoat.NET.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1771804800'