2025-06-04 20:33:03 UTC
165 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:f03f49e66a78dccae749ea6739468021f4482226f4a87545a9dbcaf148553343 - 17.68% (29.2 MB)
[#001] sha256:aff2cc6d747cbe98844037ad22a95fe91f94dde9ddd73808c12859b0b2048a27 - 18.36% (30.3 MB)
[#002] sha256:fe33155db82c424febf4550b34b86dc1aa6ff167940ec48414427d7f6b0d2d78 - 0.0% (212 Bytes)
[#003] sha256:84c95f647e6802dfda387efa4e1f2f9fb0e5a14353c67cbed82c4269d8a8f0a1 - 0.23% (394 KB)
[#004] sha256:b1eb201bcee20e21fa7ed57cd1a6176706f940cfb224908dc2e37ab64258c233 - 0.0% (433 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:233168635cef09f55ea142aca937a04b3737034650f02c119c40600f62c55e9a - 0.0% (198 Bytes)
[#007] sha256:eee90f91687d9e394c361662c886c57cfd2fb541c5536bda8713592e6fcd0594 - 42.62% (70.3 MB)
[#008] sha256:d919df449240d04c1d98a862013f9806cfef4d37793409116a6a2e70ca8f9a57 - 12.63% (20.8 MB)
[#009] sha256:78f7c2d2bc92f9c7cf6d5c2055054dce711a11db8fb41ff6f254f396c92e5bda - 0.01% (20.3 KB)
[#010] sha256:5107b6ea5935ed1feef19e636c05f75614a7b496aee33725d901c13d3e631762 - 8.46% (14 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-28 09:44:50 UTC/bin/sh -c #(nop) ADD file:ad85a9d7b0a74c2140bd51d9c4559cca392991e0c95f84cb139347348e5d1f9a in /
2025-04-28 09:44:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-05-03 01:49:33 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
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git lfs install --skip-repo # buildkit
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)COPY /tmp/dumb-init/dumb-init /usr/bin # buildkit
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)COPY ./helpers/entrypoint / # buildkit
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /entrypoint # buildkit
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)COPY ./scripts/ /usr/bin/ # buildkit
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/dumb-init" "/entrypoint"]
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)CMD ["sh"]
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)COPY /tmp/pwsh /opt/microsoft/powershell/7 # buildkit
2025-05-03 01:49:33 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
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y less locales ca-certificates gss-ntlmssp libicu74 libssl3 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
2025-05-03 01:49:33 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
2025-05-03 01:49:33 UTC (buildkit.dockerfile.v0)CMD ["pwsh"]
2025-06-04 20:33:03 UTC (buildkit.dockerfile.v0)ARG TARGETOS=linux
2025-06-04 20:33:03 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-06-04 20:33:03 UTC (buildkit.dockerfile.v0)ARG SRC_SUFFIX=
2025-06-04 20:33:03 UTC (buildkit.dockerfile.v0)ARG DST_SUFFIX=
2025-06-04 20:33:03 UTC (buildkit.dockerfile.v0)ARG DST_DIR=/usr/bin
2025-06-04 20:33:03 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.