Namespace
gitlab
Image / Tag
gitlab-runner-helper:alpine3.21-arm-bleeding
Content Digest
sha256:2b1bfa957dbc09d9fb59edd8b22e90c9306fa1ce4e23c4ff335017eb4a24554a
Details
Created

2026-03-13 23:34:27 UTC

Size

33.1 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:62ed07d04ac65a4abb70fdec446dfb09b05936e34cf361d555b0a75096077e6f - 8.92% (2.96 MB)

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

[#002] sha256:40b96feadf739710408572ed83ccace0d8fdbe78b3f45f83c5b16edf100a0a3b - 0.0% (197 Bytes)

[#003] sha256:98b11a8d13ad7affd1ce11ffa7f28bf2aef860a0201fc7920ff052225fcc7ab8 - 45.0% (14.9 MB)

[#004] sha256:07d365aa9b80a4120fb0643a405d4cbe025658c6684479ff8d1c014afc3d8ef2 - 46.08% (15.3 MB)


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

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

2026-01-28 01:18:17 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-03-13 23:34:27 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2026-03-13 23:34:27 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm

2026-03-13 23:34:27 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2026-03-13 23:34:27 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2026-03-13 23:34:27 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2026-03-13 23:34:27 UTC (buildkit.dockerfile.v0)

COPY gitlab-runner-helper.linux-arm /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