Namespace
gitlab
Image / Tag
gitlab-runner-helper:ubuntu-x86_64-b2f5238c-pwsh
Content Digest
sha256:6ebed1643fe801371eff84ee7cab13a818cd4799da251e27564faf00d402454f
Details
Created

2026-01-26 23:56:52 UTC

Size

166 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:a3629ac5b9f4680dc2032439ff2354e73b06aecc2e68f0035a2d7c001c8b4114 - 17.09% (28.3 MB)

[#001] sha256:87b711100ab8c75c1f2063e341e9f62dfaf675ad90f0e67592117fd48d7e39e4 - 18.28% (30.3 MB)

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

[#003] sha256:8b6a5a3722c4537dbae60afb78ee59b4480a97bfea598f617138e9edd03a5dc5 - 0.0% (438 Bytes)

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

[#005] sha256:4463e172a5a76943602737ba491956da9b372a6d67d47f7866b87cac39a7fc85 - 0.0% (197 Bytes)

[#006] sha256:8a5edbad55ed9af1a0824a9ec0b554e20d340bb92af0ffa4b993460c25f994c0 - 42.4% (70.3 MB)

[#007] sha256:c5278d3d790d06a49a466699604b0c70067ce735120af7d007d34d6aec4b7d91 - 12.57% (20.8 MB)

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

[#009] sha256:a617633454727d97c78284e736707861d7342a987bcb857720f9b673f0fd8fd9 - 9.65% (16 MB)


History
2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

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

2026-01-16 19:27:08 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-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

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

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

COPY ./helpers/entrypoint / # buildkit

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

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

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

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

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

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

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

CMD ["sh"]

2026-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

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

2026-01-16 19:27:08 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-01-16 19:27:08 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-01-16 19:27:08 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-01-16 19:27:08 UTC (buildkit.dockerfile.v0)

CMD ["pwsh"]

2026-01-26 23:56:52 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2026-01-26 23:56:52 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2026-01-26 23:56:52 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2026-01-26 23:56:52 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2026-01-26 23:56:52 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2026-01-26 23:56:52 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