Namespace
gitlab
Image / Tag
gitlab-runner-helper:ubuntu-arm64-139fb059-pwsh
Content Digest
sha256:22ec929a3b668371fe9854c7a1f3f05b0d8fad16b594b5ad7d0032162791ec3d
Details
Created

2025-06-19 19:12:00 UTC

Size

161 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
DEBIAN_FRONTEND

noninteractive

DOTNET_SYSTEM_GLOBALIZATION_INVARIANT

false

LANG

en_US.UTF-8

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

POWERSHELL_TELEMETRY_OPTOUT

1

PSModuleAnalysisCachePath

/var/cache/microsoft/powershell/PSModuleAnalysisCache/ModuleAnalysisCache

PS_INSTALL_FOLDER

/opt/microsoft/powershell/7


Layers

[#000] sha256:bec68ef988e73d456a96e25d69ae4eaef67f54b84f679dc911c7372d3b267998 - 17.77% (28.5 MB)

[#001] sha256:6734f959b24600423acc399b73103cf6b4dfc2888ade52b4246e176283090083 - 18.72% (30.1 MB)

[#002] sha256:fe33155db82c424febf4550b34b86dc1aa6ff167940ec48414427d7f6b0d2d78 - 0.0% (212 Bytes)

[#003] sha256:03a28c7832b215b186bea76e9912a42ba773b7b593d76d300630b3ffe97ad8f5 - 0.19% (316 KB)

[#004] sha256:9b10c35d6bbd8f8d99673f7045896f682bb0d334573b67516b6834ac3ebbd14f - 0.0% (435 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:bd22cb3d8b27364b0740dc8686a2b1ccd311879e31deffe1e0e6a1505854dbce - 0.0% (188 Bytes)

[#007] sha256:63a74ef120ab93dcfdc2e0ad03cc78cdea115debaaaa7698fd775612ed889e1d - 42.0% (67.5 MB)

[#008] sha256:f7c216884b6ae34bc94ce96559cd5dc65e03dbc56f40e765ddee957dfc3b7cd6 - 13.35% (21.5 MB)

[#009] sha256:50d93726ffd782619d39c2fab307c1c2ceff19777f140dd2cdcd9f920a6d9f1d - 0.01% (20.3 KB)

[#010] sha256:04a9981be5ab0f62f10ed46ed0f288727d3daf41e5d10e382a14c0cfb72513f2 - 7.96% (12.8 MB)


History
2025-05-03 01:49:33 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-05-03 01:49:33 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-05-03 01:49:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-05-03 01:49:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-05-03 01:49:33 UTC

/bin/sh -c #(nop) ADD file:6eb9adae2c7e3a73446b74d4e61e58d6e1d0db6c07cc49612eb0b9f38fefef15 in /

2025-05-03 01:49:33 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-19 19:12:00 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2025-06-19 19:12:00 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-06-19 19:12:00 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2025-06-19 19:12:00 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2025-06-19 19:12:00 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2025-06-19 19:12:00 UTC (buildkit.dockerfile.v0)

COPY gitlab-runner-helper.linux-arm64 /usr/bin/gitlab-runner-helper # buildkit

Danger Zone
Delete Tag

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.

Delete