Namespace
gitlab
Image / Tag
gitlab-runner-helper:ubuntu-x86_64-a1db62d0-pwsh
Content Digest
sha256:eee352793554afd725220823b72b042a255db7d3602b456d90c73d8163dc1760
Details
Created

2026-02-20 22:10:48 UTC

Size

168 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:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0 - 16.88% (28.4 MB)

[#001] sha256:8935cfce3e4bf70beea5058436b9e1f8d008b158d971042a40e5c5103f622243 - 18.05% (30.3 MB)

[#002] sha256:c31434574ba89a598b3eef59458a3037fcbc271176f7f71d7d7e3da1fb0a4b64 - 0.0% (211 Bytes)

[#003] sha256:df3edca20e39fbc4ca1f199b9aac77637ecfcce15608c76127c0773bf241c26d - 0.0% (435 Bytes)

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

[#005] sha256:e018a22bf88ef5d6fc34162fbaa8e6d45371a50263f672061f69c8e585ca633a - 0.0% (188 Bytes)

[#006] sha256:c09a64b78d99a6a26856629e4dcd9926c16b8c998f6cdada9e93747658118f79 - 41.86% (70.3 MB)

[#007] sha256:7b35ae9d1a147ee40f61f3d366810a3c0ae9721c7b1a4b222403ca57a26c3138 - 13.61% (22.9 MB)

[#008] sha256:f9f2e865a006e485bda17d1d8be9ab76a12e805bcc3504300a13e7c3be0bfce7 - 0.01% (20.3 KB)

[#009] sha256:9f841b788f2ea8fc928d87c17e0478ec98edad90854d5ccad0b5ed0421bf9615 - 9.59% (16.1 MB)


History
2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:56 UTC

/bin/sh -c #(nop) ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /

2026-02-10 16:49:57 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y bash ca-certificates git git-lfs dumb-init && rm -rf /var/lib/apt/lists/* # buildkit

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c git lfs install --skip-repo # buildkit

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

COPY ./helpers/entrypoint / # buildkit

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /entrypoint # buildkit

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

COPY ./scripts/ /usr/bin/ # buildkit

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/dumb-init" "/entrypoint"]

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

CMD ["sh"]

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

COPY /tmp/pwsh /opt/microsoft/powershell/7 # buildkit

2026-02-04 04:29:20 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

2026-02-04 04:29:20 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

2026-02-04 04:29:20 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

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

CMD ["pwsh"]

2026-02-20 22:10:48 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2026-02-20 22:10:48 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2026-02-20 22:10:48 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2026-02-20 22:10:48 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2026-02-20 22:10:48 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2026-02-20 22:10:48 UTC (buildkit.dockerfile.v0)

COPY gitlab-runner-helper.linux-amd64 /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