2025-01-16 14:10:10 UTC
173 MB
noninteractive
DOTNET_SYSTEM_GLOBALIZATION_INVARIANTfalse
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
POWERSHELL_TELEMETRY_OPTOUT1
PSModuleAnalysisCachePath/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache
PS_INSTALL_FOLDER/opt/microsoft/powershell/7
[#000] sha256:86e5016c269355b382c9cabab4f6646d56d75914f20d545289970436dae431b1 - 15.8% (27.3 MB)
[#001] sha256:0e4ac686a2143a95f8d6d4c24e30ee638e0a6ede9171d3dbc86f579e31a727b6 - 23.15% (39.9 MB)
[#002] sha256:39f92459619d6fdbeb9e4a785c00342a34e8f2ae893231a46586e2ed82200524 - 0.0% (214 Bytes)
[#003] sha256:081e23f70f483d1a478ef1ad89dff4eba1998b77a461d7dfe39dc9bde20e6638 - 0.22% (388 KB)
[#004] sha256:8ddb4479319dad9b7c7278631ce1451f62b3226420eb8e130f207646ff338d45 - 0.0% (435 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:d970079a63a61ce615fba767719d7207867b2a7a63bf7070c8b75671bd18c993 - 0.0% (196 Bytes)
[#007] sha256:fffb5d7046de5a4c88e06c0b77e5f58f7e2f74633ae0abe750e1ec82faaee7d5 - 40.75% (70.3 MB)
[#008] sha256:5a2c8ba16a4898b721f87318aaf1668b00bba5793397da8d476d7d73ed9e0c1c - 12.13% (20.9 MB)
[#009] sha256:3fbc3fcfd10687aed1c1ff8cd55dcf0cdb25836006f04093d8b0362c00868210 - 0.01% (20.4 KB)
[#010] sha256:cc11ea9060af07b3b814da650b81f88e1f87c9282727e4296564a858f13ff5c1 - 7.94% (13.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in /
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y bash ca-certificates git git-lfs && rm -rf /var/lib/apt/lists/* # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git lfs install --skip-repo # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)COPY /tmp/dumb-init/dumb-init /usr/bin # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)COPY ./helpers/entrypoint / # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /entrypoint # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)COPY ./scripts/ /usr/bin/ # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/dumb-init" "/entrypoint"]
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)CMD ["sh"]
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)COPY /tmp/pwsh /opt/microsoft/powershell/7 # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/7 DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PSModuleAnalysisCachePath=/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache POWERSHELL_TELEMETRY_OPTOUT=1 DEBIAN_FRONTEND=noninteractive
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y less locales ca-certificates gss-ntlmssp libicu66 libssl1.1 libc6 libgcc1 libgssapi-krb5-2 libstdc++6 zlib1g openssh-client && apt-get dist-upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/* && locale-gen $LANG && update-locale && chmod a+x,o-w ${PS_INSTALL_FOLDER}/pwsh && ln -s ${PS_INSTALL_FOLDER}/pwsh /usr/bin/pwsh && ln -s ${PS_INSTALL_FOLDER}/pwsh /usr/bin/pwsh-preview # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c MAX_ATTEMPTS=5 ; ATTEMPT=1 ; while [ $ATTEMPT -le $MAX_ATTEMPTS ]; do if ls "$PSModuleAnalysisCachePath" > /dev/null 2>&1; then echo "PSModuleAnalysisCachePath is ready!" ; break; fi ; echo "Attempt $ATTEMPT/$MAX_ATTEMPTS: Waiting for PSModuleAnalysisCachePath..." ; pwsh -NoLogo -NoProfile -Command " \$ErrorActionPreference = 'Stop' ; \$ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path \$env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; Start-Sleep -Seconds 6 ; }" ; ATTEMPT=$((ATTEMPT + 1)) ; done ; if ! ls "$PSModuleAnalysisCachePath" > /dev/null 2>&1; then echo "Error: PSModuleAnalysisCachePath was not found after maximum attempts." ; exit 1 ; fi # buildkit
2024-12-16 15:53:02 UTC (buildkit.dockerfile.v0)CMD ["pwsh"]
2025-01-16 14:10:10 UTC (buildkit.dockerfile.v0)ARG TARGETOS=linux
2025-01-16 14:10:10 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-01-16 14:10:10 UTC (buildkit.dockerfile.v0)ARG SRC_SUFFIX=
2025-01-16 14:10:10 UTC (buildkit.dockerfile.v0)ARG DST_SUFFIX=
2025-01-16 14:10:10 UTC (buildkit.dockerfile.v0)COPY gitlab-runner-helper.linux-amd64 /usr/bin/gitlab-runner-helper # buildkit
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.