sha256:a820e1e83f4000dc0584c2a754dfccc3d6444bf422ac5e1a5e2558b482eb7208
OS/ARCH
Compressed size
510.74 MB
Last pushed
11 days by mcserep
Type
Image
Manifest digest
sha256:91d1cf43e2d8d11fc4c618d130181f539d76bf2311120df657a6397c442118de
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.26 KB5ENV DOTNET_VERSION=8.0.300 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.300 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.424 DOTNET_USE_POLLING_FILE_WATCHER=true0 B11RUN /bin/sh -c apt-get update29.65 MB12COPY /dotnet /usr/share/dotnet # buildkit169.66 MB13RUN /bin/sh -c dotnet help2.61 KB14RUN /bin/sh -c powershell_version=7.4.18 16.26 MB15ENV ANALYZERS_DIR=/analyzers0 B16ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.dotnet/tools0 B17ENV DOTNET_ROLL_FORWARD=Major0 B18RUN /bin/sh -c dotnet tool151.26 MB19RUN /bin/sh -c apt-get update35.67 MB20RUN /bin/sh -c mkdir $ANALYZERS_DIR21.21 MB21COPY ./build.sh ./execute.sh / #449 B22RUN /bin/sh -c chmod 755477 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'