sha256:ad7688c9a9b9b4ba91d40e0e0ef2b5f26fd68f67515709d4f7bc0cbb845d8858
OS/ARCH
linux/amd64
Compressed size
444.54 MB
Last pushed
about 17 hours by oidatiftla
Type
Image
Manifest digest
sha256:ad7688c9a9b9b4ba91d40e0e0ef2b5f26fd68f67515709d4f7bc0cbb845d8858
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.310 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.310 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.425 DOTNET_USE_POLLING_FILE_WATCHER=true0 B11RUN /bin/sh -c apt-get update29.65 MB12COPY /dotnet /usr/share/dotnet # buildkit169.67 MB13COPY /PowerShell.Linux.x64.7.4.20.nupkg / # buildkit16.79 MB14RUN /bin/sh -c dotnet help2.62 KB15RUN /bin/sh -c powershell_version=7.4.20 16.26 MB16ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/.dotnet/tools0 B17ARG DOTNET_SONAR_SCANNER_VERSION=11.3.00 B18RUN |1 DOTNET_SONAR_SCANNER_VERSION=11.3.0 /bin/sh -c2.94 MB19ARG SONAR_SCANNER_HOME=/opt/sonar-scanner0 B20ENV HOME=/tmp XDG_CONFIG_HOME=/tmp SONAR_SCANNER_HOME=/opt/sonar-scanner SONAR_USER_HOME=/opt/sonar-scanner/.sonar0 B21COPY /opt/sonar-scanner /opt/sonar-scanner # buildkit8.8 MB22RUN |2 DOTNET_SONAR_SCANNER_VERSION=11.3.0 SONAR_SCANNER_HOME=/opt/sonar-scanner /bin/sh113.39 MB23COPY --chown=1000:1000 bin /usr/bin/ #1013 B24USER 10000 B25WORKDIR /usr/src32 B26ENTRYPOINT ["/usr/bin/entrypoint.sh"]0 B27CMD ["sonar-scanner"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'