Namespace
gitlab
Image / Tag
gitlab-runner-helper:x86_64-a1db62d0
Content Digest
sha256:88db120ea8aac299073d867419739e11cecc287fc942711986a688a188a0af55
Details
Created

2026-02-20 22:10:09 UTC

Size

35.8 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:bc1da058f299723f8258c5a82dd007d1dd72e275087b726d5e1be5ef6198f286 - 9.71% (3.47 MB)

[#001] sha256:df3edca20e39fbc4ca1f199b9aac77637ecfcce15608c76127c0773bf241c26d - 0.0% (435 Bytes)

[#002] sha256:919632646be8a637de1606a63c79f98b0549ebf590abfc610c46c6891c2af9a5 - 0.0% (197 Bytes)

[#003] sha256:d809c8501ee101287f8b68f9dd1c4e9ffa1a4060fc5ac6b818431732c3825ed4 - 45.31% (16.2 MB)

[#004] sha256:aeb05986822078d405d75000625de1924187d26470a7c8b19dd41c06f5173267 - 44.98% (16.1 MB)


History
2026-01-28 01:18:43 UTC (buildkit.dockerfile.v0)

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

2026-01-28 01:18:43 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

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

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

COPY ./helpers/entrypoint / # buildkit

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

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

2026-02-04 04:29:20 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-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

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

2026-02-04 04:29:20 UTC (buildkit.dockerfile.v0)

CMD ["sh"]

2026-02-20 22:10:09 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2026-02-20 22:10:09 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2026-02-20 22:10:09 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2026-02-20 22:10:09 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2026-02-20 22:10:09 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2026-02-20 22:10:09 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