sha256:4475aef99d8e0eedcf6396c17cc964857dde82b8fa90e5da6165da4160f7e81a
OS/ARCH
linux/amd64
Compressed size
446.42 MB
Last pushed
about 7 hours by oidatiftla
Type
Image
Manifest digest
sha256:4475aef99d8e0eedcf6396c17cc964857dde82b8fa90e5da6165da4160f7e81a
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=9.0.200 B6COPY /dotnet /usr/share/dotnet # buildkit32.96 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=9.0.200 B9COPY /dotnet /usr/share/dotnet # buildkit10.8 MB10ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=9.0.318 DOTNET_USE_POLLING_FILE_WATCHER=true0 B11RUN /bin/sh -c apt-get update29.65 MB12COPY /dotnet /usr/share/dotnet # buildkit168.2 MB13COPY /PowerShell.Linux.x64.7.5.11.nupkg / # buildkit17.19 MB14RUN /bin/sh -c dotnet help2.64 KB15RUN /bin/sh -c powershell_version=7.5.11 16.69 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 -c3.05 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'