Namespace
gitlab
Image / Tag
gitlab-runner-helper:ubuntu-arm64-0f67ff19-pwsh
Content Digest
sha256:e84eef60a067bb214e6af89c023cfbc50c5cdb9f4123311386d479fe9e814d57
Details
Created

2025-04-17 12:58:39 UTC

Size

173 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:d99cf942ffb2823ac431b07833366b7498dd0b0f10e5766c7eeec2b121c89726 - 16.5% (28.6 MB)

[#001] sha256:76d9bfe09e0cb8a524a9dc8c41dbcbf34dd55929de4aa16855f8ae577f1ee6f5 - 19.9% (34.5 MB)

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

[#003] sha256:ac5da6463b9f19a33ef4abbaa7c58e756c7a676be55e1756a257e61a6b8aa017 - 0.18% (316 KB)

[#004] sha256:89e10685d9ffd4c1e37634d024ac7919e13c9b94049fc58e43cc0dcc5e515c04 - 0.0% (437 Bytes)

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

[#006] sha256:b13a6fcb9c2e105ca45f527e6b0fbfc9f2675cf1ec51079689a0aac793423299 - 0.0% (195 Bytes)

[#007] sha256:9eb7bcf7a4e572fca7500c31209684285d08b337ed7dcd9f7d1270de0d29aaaa - 38.97% (67.5 MB)

[#008] sha256:fc0377929f0867250d99d41df3aec1d0812444415b4516b2869d41dd8761099c - 17.04% (29.5 MB)

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

[#010] sha256:d54348be0229716208e3ab10283f77682c2c5a33664ccaf8f58ab6f0cf0e3ec8 - 7.4% (12.8 MB)


History
2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:51 UTC

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

2025-01-27 04:14:54 UTC

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

2025-01-27 04:14:54 UTC

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

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

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

2025-03-12 23:07:23 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-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

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

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

COPY /tmp/dumb-init/dumb-init /usr/bin # buildkit

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

COPY ./helpers/entrypoint / # buildkit

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

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

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

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

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

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

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

CMD ["sh"]

2025-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

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

2025-03-12 23:07:23 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-03-12 23:07:23 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-03-12 23:07:23 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-03-12 23:07:23 UTC (buildkit.dockerfile.v0)

CMD ["pwsh"]

2025-04-17 12:58:39 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2025-04-17 12:58:39 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-04-17 12:58:39 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2025-04-17 12:58:39 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2025-04-17 12:58:39 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2025-04-17 12:58:39 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