Namespace
gitlab
Image / Tag
gitlab-runner:alpine-v13.9.0-rc2
Content Digest
sha256:81f782fdf529d185e650ecfbdbc9aca3bf1e5e46d11c0ceab152019452d77551
Details
Created

2021-02-15 18:52:11 UTC

Size

77.1 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 3.46% (2.67 MB)

[#001] sha256:eb0c641f53e0b55e769749cfe90809020fdad2fef825618f89e43336bfeb6979 - 0.0% (1.23 KB)

[#002] sha256:afcb0bd4ebb8c7a13ed6cf384450c58ce41457d052a7485e45c14d6f0aa30bae - 13.93% (10.7 MB)

[#003] sha256:ec989b721ae0eff419e9170d51f352e2f04831b3fad303aaa3601a6b12cd041c - 48.55% (37.4 MB)

[#004] sha256:2072459a8af445e41c0381acd85fc03592f0bba323ed61a5cfda29de72b91e77 - 0.0% (1.31 KB)

[#005] sha256:6a2663b2cc44eac8e4789f32fb2ea820edbbf0ae1f1299627df5dff3167649ec - 34.05% (26.2 MB)

[#006] sha256:2e00cf3f9afead561a5a9b8ed50e2811edd3f53eab640d2d6b977cff8628dd93 - 0.0% (468 Bytes)


History
2020-05-29 21:19:46 UTC

/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /

2020-05-29 21:19:46 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-02-15 18:52:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-02-15 18:52:01 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c adduser -D -S -h /home/gitlab-runner gitlab-runner # buildkit

2021-02-15 18:52:06 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c apk add --no-cache bash ca-certificates git tzdata openssh-client # buildkit

2021-02-15 18:52:06 UTC (buildkit.dockerfile.v0)

ARG DOCKER_MACHINE_VERSION

2021-02-15 18:52:06 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION

2021-02-15 18:52:06 UTC (buildkit.dockerfile.v0)

ARG GIT_LFS_VERSION

2021-02-15 18:52:07 UTC (buildkit.dockerfile.v0)

COPY gitlab-runner-linux-* /usr/bin/ # buildkit

2021-02-15 18:52:07 UTC (buildkit.dockerfile.v0)

COPY checksums-* install-deps install-gitlab-runner /tmp/ # buildkit

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETPLATFORM=linux/amd64 DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c apk add --no-cache --virtual .fetch-deps wget && /tmp/install-deps "${TARGETPLATFORM}" "${DOCKER_MACHINE_VERSION}" "${DUMB_INIT_VERSION}" "${GIT_LFS_VERSION}" && apk del .fetch-deps # buildkit

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

COPY entrypoint / # buildkit

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETPLATFORM=linux/amd64 DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c chmod +x /entrypoint # buildkit

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/gitlab-runner /home/gitlab-runner]

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

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

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

CMD ["run" "--user=gitlab-runner" "--working-directory=/home/gitlab-runner"]

Details
Created

2021-02-15 18:52:27 UTC

Size

75.1 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:b538f80385f9b48122e3da068c932a96ea5018afa3c7be79da00437414bd18cd - 3.44% (2.58 MB)

[#001] sha256:b1f07fcd941f61023bbf4f97a64fa9939d233c95fa5daa21501b576a211a666d - 0.0% (1.24 KB)

[#002] sha256:78ed251bdad38a6a7badbd397220c8c807298cb81c16c4626d449de2d6440a0a - 14.58% (10.9 MB)

[#003] sha256:bf39641be0a4eefd519fd37acce3b17ef9761a3a55feae8e982e57d7064b9f1c - 49.85% (37.4 MB)

[#004] sha256:af4f9290eca5a2cf505cd0c968380dc723dc39ed5520dac0b51d8d33e61dedae - 0.0% (1.31 KB)

[#005] sha256:f4752274b4092b0ae2ce8b72644c99d7a2d99856917c2d5999d0c08da3f4e805 - 32.12% (24.1 MB)

[#006] sha256:2e00cf3f9afead561a5a9b8ed50e2811edd3f53eab640d2d6b977cff8628dd93 - 0.0% (468 Bytes)


History
2020-05-29 21:43:19 UTC

/bin/sh -c #(nop) ADD file:7574aee4e37a85460ab889212d52912723a9b30dda1c060548f0deb4a05fc398 in /

2020-05-29 21:43:20 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-02-15 18:52:02 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-02-15 18:52:02 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c adduser -D -S -h /home/gitlab-runner gitlab-runner # buildkit

2021-02-15 18:52:10 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c apk add --no-cache bash ca-certificates git tzdata openssh-client # buildkit

2021-02-15 18:52:10 UTC (buildkit.dockerfile.v0)

ARG DOCKER_MACHINE_VERSION

2021-02-15 18:52:10 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION

2021-02-15 18:52:10 UTC (buildkit.dockerfile.v0)

ARG GIT_LFS_VERSION

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

COPY gitlab-runner-linux-* /usr/bin/ # buildkit

2021-02-15 18:52:11 UTC (buildkit.dockerfile.v0)

COPY checksums-* install-deps install-gitlab-runner /tmp/ # buildkit

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETPLATFORM=linux/arm64 DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c apk add --no-cache --virtual .fetch-deps wget && /tmp/install-deps "${TARGETPLATFORM}" "${DOCKER_MACHINE_VERSION}" "${DUMB_INIT_VERSION}" "${GIT_LFS_VERSION}" && apk del .fetch-deps # buildkit

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

COPY entrypoint / # buildkit

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETPLATFORM=linux/arm64 DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c chmod +x /entrypoint # buildkit

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/gitlab-runner /home/gitlab-runner]

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

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

2021-02-15 18:52:27 UTC (buildkit.dockerfile.v0)

CMD ["run" "--user=gitlab-runner" "--working-directory=/home/gitlab-runner"]

Details
Created

2021-02-15 18:52:20 UTC

Size

67.7 MB

Content Digest
Environment
PATH

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


Layers

[#000] sha256:8fb3d41b2e9a59630b51745f257cd2561f96bcd15cf309fcc20120d5fcee8c5b - 3.61% (2.45 MB)

[#001] sha256:9b86c0da57de1a8b9b45e7f52581a77f852e9e64ae8763a4e93b08b023df9b37 - 0.0% (1.23 KB)

[#002] sha256:0484c16e792663a459bf9432dceedb7a547d715dab91044493aa693a4bf9b32b - 16.0% (10.8 MB)

[#003] sha256:3bbda40ccf9e119343aecbfe9b67faabef6df8db5bc226c0fa59e97afeaa623a - 55.25% (37.4 MB)

[#004] sha256:a9e7d1e3820dcd5b356cb73e5ca7710f0d96f24e6babb73b7b97636050880371 - 0.0% (1.31 KB)

[#005] sha256:2d3e9feedd838631b317cab57ad663d43fb4ee1abdc8f2bffb386777e1fc82ae - 25.13% (17 MB)

[#006] sha256:2e00cf3f9afead561a5a9b8ed50e2811edd3f53eab640d2d6b977cff8628dd93 - 0.0% (468 Bytes)


History
2020-05-29 21:41:39 UTC

/bin/sh -c #(nop) ADD file:9799ce3b2f782a28e10b1846cd9b3db827fa99c9bc601feb268456195856814e in /

2020-05-29 21:41:39 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2021-02-15 18:52:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2021-02-15 18:52:01 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/s390x /bin/sh -c adduser -D -S -h /home/gitlab-runner gitlab-runner # buildkit

2021-02-15 18:52:09 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/s390x /bin/sh -c apk add --no-cache bash ca-certificates git tzdata openssh-client # buildkit

2021-02-15 18:52:09 UTC (buildkit.dockerfile.v0)

ARG DOCKER_MACHINE_VERSION

2021-02-15 18:52:09 UTC (buildkit.dockerfile.v0)

ARG DUMB_INIT_VERSION

2021-02-15 18:52:09 UTC (buildkit.dockerfile.v0)

ARG GIT_LFS_VERSION

2021-02-15 18:52:10 UTC (buildkit.dockerfile.v0)

COPY gitlab-runner-linux-* /usr/bin/ # buildkit

2021-02-15 18:52:10 UTC (buildkit.dockerfile.v0)

COPY checksums-* install-deps install-gitlab-runner /tmp/ # buildkit

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETPLATFORM=linux/s390x DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c apk add --no-cache --virtual .fetch-deps wget && /tmp/install-deps "${TARGETPLATFORM}" "${DOCKER_MACHINE_VERSION}" "${DUMB_INIT_VERSION}" "${GIT_LFS_VERSION}" && apk del .fetch-deps # buildkit

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

COPY entrypoint / # buildkit

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

RUN |4 TARGETPLATFORM=linux/s390x DOCKER_MACHINE_VERSION=0.16.2 DUMB_INIT_VERSION=1.2.2 GIT_LFS_VERSION=2.11.0 /bin/sh -c chmod +x /entrypoint # buildkit

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/gitlab-runner /home/gitlab-runner]

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

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

2021-02-15 18:52:20 UTC (buildkit.dockerfile.v0)

CMD ["run" "--user=gitlab-runner" "--working-directory=/home/gitlab-runner"]

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