Namespace
gitlab
Image / Tag
gitlab-runner-helper:x86_64-b592f841
Content Digest
sha256:bd65e2183cef2833b9b587cd203052f54a002f316264cc5d514c290a4f7512bb
Details
Created

2026-01-21 01:33:59 UTC

Size

36.1 MB

Content Digest
Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f637881d1138581d892d9eb942c56e0ccc7758fe3bdc0f1e6cd66059fdfd8185 - 9.61% (3.47 MB)

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

[#002] sha256:e68f4b07881108d84f87b1e04b5b089436bc942b64a48ec21d01acc2418be1ba - 0.0% (198 Bytes)

[#003] sha256:03f26cfdda154daa366e0f7dbc14356e816af30e28a82000b3a12ae2f3afea6f - 46.28% (16.7 MB)

[#004] sha256:c0a3603c3c3bf4b5286d7cc29e64af3e78da4926aa4be391ae1674cf7e89ffc9 - 44.11% (15.9 MB)


History
2025-10-08 11:06:42 UTC (buildkit.dockerfile.v0)

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

2025-10-08 11:06:42 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

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)

COPY ./helpers/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)

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 coreutils dumb-init && ln -s miniperl /usr/bin/perl && chmod +x /entrypoint && echo 'hosts: files dns' >> /etc/nsswitch.conf # 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-21 01:33:59 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2026-01-21 01:33:59 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2026-01-21 01:33:59 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2026-01-21 01:33:59 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2026-01-21 01:33:59 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2026-01-21 01:33:59 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