2026-01-14 09:27:34 UTC
1.64 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:20043066d3d5c78b45520c5707319835ac7d1f3d7f0dded0138ea0897d6a3188 - 1.69% (28.3 MB)
[#001] sha256:461bb2d80f0315fabbe7798b50940e8c4fe915ad75cdef5646b6c2b8453e2f37 - 0.0% (161 Bytes)
[#002] sha256:3b1cfb19eb5f261688dc38083e6bf51404b863f6a75142585eebc0b0b937f0ac - 1.05% (17.7 MB)
[#003] sha256:2f7fbc8413e75d57b747f0a1b9bb4ef4c86782875d617990c4da8845eea0976b - 0.03% (510 KB)
[#004] sha256:d5de0fccc2cf8a80c6437d996e70e049b4611d10fbc0f4e3084688870309def8 - 0.0% (136 Bytes)
[#005] sha256:098618851261a6137f628c1bc7557d2bf122beb7676c28c5b7eb09772abb0595 - 0.0% (140 Bytes)
[#006] sha256:5160499de4f7a308714241c00abbb5d54fba1fa7b73c382284f15561eed654d0 - 0.0% (305 Bytes)
[#007] sha256:1fc9952abcc901b1f0d4ed6ade5df4ed141425bad5f0daaacdc442751e703e89 - 0.0% (5.2 KB)
[#008] sha256:4d6b0c81373f63a057821c6dfc48f4199022f208b464fcf0afe3daa90794212d - 97.23% (1.59 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-16 19:23:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-16 19:23:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-16 19:23:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-16 19:23:03 UTC/bin/sh -c #(nop) ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in /
2025-10-16 19:23:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-01-14 09:25:52 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2026-01-14 09:25:52 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
2026-01-14 09:25:52 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2026-01-14 09:25:52 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2026-01-14 09:25:52 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2026-01-14 09:26:17 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.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 tzdata-legacy 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
2026-01-14 09:26:17 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.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
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2026-01-14 09:26:18 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2026-01-14 09:27:34 UTC (buildkit.dockerfile.v0)RUN |2 BASE_IMAGE=docker.io/ubuntu:24.04 TARGETARCH=amd64 /bin/sh -c chmod -R og-w /assets RELEASE ; /assets/setup # buildkit
2026-01-14 09:27:34 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
2026-01-14 09:27:34 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2026-01-14 09:27:34 UTC (buildkit.dockerfile.v0)EXPOSE [22/tcp 443/tcp 80/tcp]
2026-01-14 09:27:34 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2026-01-14 09:27:34 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2026-01-14 09:27:34 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
2026-01-14 09:23:50 UTC
1.6 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:97dd3f0ce510a30a2868ff104e9ff286ffc0ef01284aebe383ea81e85e26a415 - 1.68% (27.5 MB)
[#001] sha256:4fdb180e9c30e778ba471405982bc8b0cb0aa85924e63f40efb9476bd408e408 - 0.0% (162 Bytes)
[#002] sha256:4ffa460c5507e1c34740ac9c3fe881ccc7d4a41c535d0da6e33e69cd1b4ef627 - 1.07% (17.6 MB)
[#003] sha256:ad8e0ed423ceab71ce806aa8cd5cbeacce29feff1bf9c58489a80f46359560e0 - 0.03% (521 KB)
[#004] sha256:ca7b0e8f35dea8dc196f2eda60398154fbcbe0d9b2fc73d21c381cd9e4985276 - 0.0% (135 Bytes)
[#005] sha256:b88198d26346c3b3e472c417d9f1ae0c021ba9657f0e5add676c6add3697127b - 0.0% (140 Bytes)
[#006] sha256:c7e516c57932d116ef583c3b37855dc5e8046322417427f80c8ab12d73e9ac6a - 0.0% (303 Bytes)
[#007] sha256:461bd25ec80692dabb8baebe0fe875d61e4a4ac03f7ff645da99253a1e3fe2f0 - 0.0% (5.2 KB)
[#008] sha256:0a565d8c0d95190cbb3d6266553272d223fb258e6054e86e99e5ff3c99bc37f6 - 97.22% (1.56 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-16 19:26:52 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-16 19:26:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-16 19:26:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-16 19:26:58 UTC/bin/sh -c #(nop) ADD file:44fdb45bd3a8d9bd9c66b716aa0bb6ee11b6fbcceb59ee0eb54165785a35dfcb in /
2025-10-16 19:26:58 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-01-14 09:22:24 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2026-01-14 09:22:24 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
2026-01-14 09:22:24 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2026-01-14 09:22:24 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2026-01-14 09:22:24 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.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 tzdata-legacy 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
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.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
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2026-01-14 09:22:47 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2026-01-14 09:23:50 UTC (buildkit.dockerfile.v0)RUN |2 BASE_IMAGE=docker.io/ubuntu:24.04 TARGETARCH=arm64 /bin/sh -c chmod -R og-w /assets RELEASE ; /assets/setup # buildkit
2026-01-14 09:23:50 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
2026-01-14 09:23:50 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2026-01-14 09:23:50 UTC (buildkit.dockerfile.v0)EXPOSE [22/tcp 443/tcp 80/tcp]
2026-01-14 09:23:50 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2026-01-14 09:23:50 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2026-01-14 09:23:50 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.