2025-07-18 14:09:33 UTC
1.75 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:e3bd89a9dac501ff564b39359113adad7c3d2813d5e04eab53ee10e20a6793a7 - 1.54% (27.5 MB)
[#001] sha256:9f3b771ae7bfce06e900ac93cd2feae8e62eb12e80b8e660e4f171b001365ed9 - 0.0% (158 Bytes)
[#002] sha256:3980030f46c3707d45b7b058ae5e6d9ec99291f31320bc42994ba4014fe46826 - 0.97% (17.5 MB)
[#003] sha256:d5082bc128bf81fc8f44c7756c9df2455588ca21c8c61201b0e9fac38c9c44b9 - 0.03% (521 KB)
[#004] sha256:3cbf3da4b7edffebe28e0f88589440fde7363059245c89d5b9a7645553a2d16a - 0.0% (135 Bytes)
[#005] sha256:653a6eb95093036a53c4078aa9545755993a159fa240ab9642c7d4fa94c0b8da - 0.0% (140 Bytes)
[#006] sha256:89b4ea535dd96a7ffaa20a9c2f9975b774ccdaa5e290da1b674a1d8b77c28c9b - 0.0% (235 Bytes)
[#007] sha256:2f9401fae4dbb3afc5ec717aefcf2bb90b6955ffa6821ff5778a8412f2ecc3b3 - 0.0% (5.16 KB)
[#008] sha256:1db58baacd9d3bc41060e400ad13bcc15b1ff1cae15d631b5a296c60c8ecf00f - 97.46% (1.71 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-07-14 16:42:11 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-07-14 16:42:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-07-14 16:42:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-07-14 16:42:14 UTC/bin/sh -c #(nop) ADD file:98827745561bc42c12745b10037415621cf3b8ec8497a5953995b5fc7969bf17 in /
2025-07-14 16:42:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-07-18 14:08:01 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2025-07-18 14:08: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:24.04
2025-07-18 14:08:01 UTC (buildkit.dockerfile.v0)ARG RELEASE_PACKAGE=gitlab-ee
2025-07-18 14:08:01 UTC (buildkit.dockerfile.v0)ARG RELEASE_VERSION=18.2.0-ee.0
2025-07-18 14:08:01 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-07-18 14:08:01 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-07-18 14:08:01 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-07-18 14:08:17 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:24.04 RELEASE_PACKAGE=gitlab-ee RELEASE_VERSION=18.2.0-ee.0 /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.38 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-07-18 14:08:17 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-07-18 14:08:17 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:24.04 RELEASE_PACKAGE=gitlab-ee RELEASE_VERSION=18.2.0-ee.0 /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-07-18 14:08:17 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:24.04 RELEASE_PACKAGE=gitlab-ee RELEASE_VERSION=18.2.0-ee.0 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
2025-07-18 14:08:21 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:24.04 RELEASE_PACKAGE=gitlab-ee RELEASE_VERSION=18.2.0-ee.0 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2025-07-18 14:08:21 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-07-18 14:08:21 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2025-07-18 14:08:21 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-07-18 14:08:21 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-07-18 14:09:33 UTC (buildkit.dockerfile.v0)RUN |4 BASE_IMAGE=docker.io/ubuntu:24.04 RELEASE_PACKAGE=gitlab-ee RELEASE_VERSION=18.2.0-ee.0 TARGETARCH=arm64 /bin/sh -c chmod -R og-w /assets RELEASE ; /assets/setup # buildkit
2025-07-18 14:09:33 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-07-18 14:09:33 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-07-18 14:09:33 UTC (buildkit.dockerfile.v0)EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
2025-07-18 14:09:33 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-07-18 14:09:33 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2025-07-18 14:09:33 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.