2025-04-22 21:12:26 UTC
1.65 GB
/bin/vi
GITLAB_ALLOW_SHA1_RSAfalse
LANGC.UTF-8
PATH/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:30a9c22ae099393b0131322d7f50d8a9d7cd06c5e518cd27a19ac960a4d0aba3 - 1.66% (28.2 MB)
[#001] sha256:ab197d2a456b0529bab42ccdc4cf9c5225fe29c848e5adaa574ae3942b78a4e9 - 0.0% (161 Bytes)
[#002] sha256:b15517d9cded518dce29e96ee9811f1bc0693b545bc9bed478bdc11f800a3de8 - 1.1% (18.6 MB)
[#003] sha256:03e798a9c1e05354c0e53bab2ef37fef8b94727d0c3fac84389176ca88342599 - 0.02% (428 KB)
[#004] sha256:cf62dd8bc9b1fe9ff9c92be95938239fcaf2117bec452564301ded19ce5bd699 - 0.0% (135 Bytes)
[#005] sha256:4d8390178d6753d5e3d4cc44baa44cc528b1ef851c7b2bc1edc7dd8a77355ed0 - 0.0% (138 Bytes)
[#006] sha256:10ae9043fc47d05aae48e1cbcc0f7c5dbeaa6b3caecbd327038a45ef0a3b3db2 - 0.0% (306 Bytes)
[#007] sha256:d63a831cc26e2afcbde0b62f2667c911d136bc7f0f8a1de4996f2e8d70f0a7c2 - 0.0% (5.09 KB)
[#008] sha256:ba4889f5f9ff881078bdd663cf5600338afe7ad1a4ecb86cb7f327bd4ef4587a - 97.21% (1.61 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-07 07:24:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-07 07:24:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-07 07:24:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-04-07 07:24:17 UTC/bin/sh -c #(nop) ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 in /
2025-04-07 07:24:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-22 21:10:01 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:22.04
2025-04-22 21:10:01 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=GitLab Distribution Team <distribution-be@gitlab.com> org.opencontainers.image.documentation=https://docs.gitlab.com/ee/install/docker/ org.opencontainers.image.source=https://gitlab.com/gitlab-org/omnibus-gitlab org.opencontainers.image.title=GitLab Omnibus Docker org.opencontainers.image.base.name=docker.io/ubuntu:22.04
2025-04-22 21:10:01 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-04-22 21:10:01 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-04-22 21:10:01 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends busybox ca-certificates locales openssh-server tzdata wget perl libperl5.34 libatomic1 && locale-gen && cp -a /usr/lib/locale/locale-archive /tmp/locale-archive && DEBIAN_FRONTEND=noninteractive apt-get purge -yq locales && mv /tmp/locale-archive /usr/lib/locale/locale-archive && rm -rf /var/lib/apt/lists/* # buildkit
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c busybox --install && { echo '#!/bin/sh'; echo '/bin/vi "$@"'; } > /usr/local/bin/busybox-editor && chmod +x /usr/local/bin/busybox-editor && update-alternatives --install /usr/bin/editor editor /usr/local/bin/busybox-editor 1 # buildkit
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-04-22 21:10:21 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)RUN |2 BASE_IMAGE=docker.io/ubuntu:22.04 TARGETARCH=amd64 /bin/sh -c chmod -R og-w /assets RELEASE ; /assets/setup # buildkit
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2025-04-22 21:12:26 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
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.