Namespace
gitlab
Image / Tag
gitlab-runner-helper:alpine3.21-riscv64-908fc5eb
Content Digest
sha256:be3f6c2a0c0b2c6c941191a941f0b080ee4666e06d197a19964c71ad5dde7236
Details
Created

2025-12-05 20:59:14 UTC

Size

35.9 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:f874295bfcd01a87ee99265d45f0786d35242cd9d53bc2744cb330bf3be277f5 - 8.91% (3.2 MB)

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

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

[#003] sha256:fd50a58f2a87b202d2dd5e6396cd3488ba1002e039ca6fc587d2a1ab3435d7c9 - 43.84% (15.7 MB)

[#004] sha256:22d724d937b5c79ddc6ca82d9aa8ce144a53907cf9e99557fa8b479dba08cbc4 - 47.25% (17 MB)


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

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

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

CMD ["/bin/sh"]

2025-11-05 17:24:02 UTC (buildkit.dockerfile.v0)

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

2025-11-05 17:24:02 UTC (buildkit.dockerfile.v0)

COPY ./helpers/entrypoint / # buildkit

2025-11-05 17:24:02 UTC (buildkit.dockerfile.v0)

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

2025-11-05 17:24:02 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

2025-11-05 17:24:02 UTC (buildkit.dockerfile.v0)

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

2025-11-05 17:24:02 UTC (buildkit.dockerfile.v0)

CMD ["sh"]

2025-12-05 20:59:14 UTC (buildkit.dockerfile.v0)

ARG TARGETOS=linux

2025-12-05 20:59:14 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=riscv64

2025-12-05 20:59:14 UTC (buildkit.dockerfile.v0)

ARG SRC_SUFFIX=

2025-12-05 20:59:14 UTC (buildkit.dockerfile.v0)

ARG DST_SUFFIX=

2025-12-05 20:59:14 UTC (buildkit.dockerfile.v0)

ARG DST_DIR=/usr/bin

2025-12-05 20:59:14 UTC (buildkit.dockerfile.v0)

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