Namespace
gitlab
Image / Tag
gitlab-runner-helper:ubuntu-x86_64-0b809395-pwsh
Content Digest
sha256:e8ebd571d61a0acf3f7c45922f6813e70c8f0b9c7608626f12ae7cd8a5c561c1
Details
Created

2025-12-18 21:58:28 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:20043066d3d5c78b45520c5707319835ac7d1f3d7f0dded0138ea0897d6a3188 - 16.91% (28.3 MB)

[#001] sha256:3fa54a51b0094743f4e2b8a2403b52cc2a45811c65f80699ab7affa807f0ae04 - 18.08% (30.3 MB)

[#002] sha256:dc3a8e975ec3157cbfdb3d79240c3ccc16a360185c389fd80d86c03476a08965 - 0.0% (213 Bytes)

[#003] sha256:7e83007456413d68c8dfb6888418002782706273f8b0857313ad7fffb63c8f4b - 0.0% (434 Bytes)

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

[#005] sha256:4bd6245f9cfbd19d515938880e214016df398b8e8058d5290b312135ce1cdfbd - 0.0% (198 Bytes)

[#006] sha256:bee45b0e1988a605b8ea202fa8cc43041d4f9bce07f3dbb5450fa8cf01280b2a - 41.94% (70.3 MB)

[#007] sha256:19a11f7fe45a38132c18590f5efc6626b6805690b0cb5012818280e21cab1731 - 12.43% (20.8 MB)

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

[#009] sha256:7952b63dd90b2018e88303deac64c92b254341e3bd3996cb55da96773cb17e13 - 10.62% (17.8 MB)


History
2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:03 UTC

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

2025-10-16 19:23:03 UTC

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

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

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

2025-12-12 04:20:31 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

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

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

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

COPY ./helpers/entrypoint / # buildkit

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

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

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

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

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

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

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

CMD ["sh"]

2025-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

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

2025-12-12 04:20:31 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-12-12 04:20:31 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-12-12 04:20:31 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-12-12 04:20:31 UTC (buildkit.dockerfile.v0)

CMD ["pwsh"]

2025-12-18 21:58:28 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2025-12-18 21:58:28 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-12-18 21:58:28 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2025-12-18 21:58:28 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2025-12-18 21:58:28 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2025-12-18 21:58:28 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