Namespace
gitlab
Image / Tag
gitlab-runner-helper:alpine3.21-x86_64-771d8197-pwsh
Content Digest
sha256:c4cb80696947b3b2de0f91a4f2ad2ba09b0bab1f5887dea01d412c3085aa519e
Details
Created

2025-05-16 17:14:50 UTC

Size

113 MB

Content Digest
Environment
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:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 3.08% (3.47 MB)

[#001] sha256:003390c7afeed305f5feba3db217bc1b3f31ad5779a5a6691d9b57f2d8514f91 - 0.03% (33.4 KB)

[#002] sha256:b17c426bfe845e2e0e81919632132c1dd81ec0691e47e661a27285b29e334d5f - 0.0% (436 Bytes)

[#003] sha256:b56f99f16b6b145145c685d47b45e5d0febdedf4bf50342264f0e3939ad144ce - 0.0% (196 Bytes)

[#004] sha256:492864eb56dc3edf74327b6fb2d32a07d811bb1dca89e74c9d8ff0c489a4c0f1 - 13.77% (15.5 MB)

[#005] sha256:46be2787dccb9707229bd60c61f2060ae209eec9f73d3b8b7de479c3e91213c7 - 62.45% (70.3 MB)

[#006] sha256:0016f1da034afb7da1a0670095772195c9b065579912cb2fbbeb8b1faa83d006 - 8.19% (9.23 MB)

[#007] sha256:372dd0c0702991dd8d0588cd13716ce8ef61face6c6d277c2bccb9d2d1951c24 - 0.02% (20.3 KB)

[#008] sha256:6b3a94cc95983ddea08baf9a0a00515ec7b05f6e4f3f898b6ad0337fa071bcbd - 12.45% (14 MB)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

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)

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)

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

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

RUN /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache -u ca-certificates curl git git-lfs busybox zlib pcre2 bash miniperl && ln -s miniperl /usr/bin/perl && chmod +x /entrypoint && echo 'hosts: files dns' >> /etc/nsswitch.conf # 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

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

RUN /bin/sh -c apk add --no-cache ca-certificates less ncurses-terminfo-base krb5-libs libgcc libintl libssl3 libstdc++ tzdata userspace-rcu zlib icu-libs curl && apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache lttng-ust openssh-client && apk update && apk upgrade && 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-05-16 17:14:50 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2025-05-16 17:14:50 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-05-16 17:14:50 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2025-05-16 17:14:50 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2025-05-16 17:14:50 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2025-05-16 17:14:50 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