2025-10-21 21:15:44 UTC
1.66 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:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 - 1.67% (28.3 MB)
[#001] sha256:eb6a07d7135a3a2d00b5d8acf0fefc60064e00f2f36462c20189967a3eaaf36f - 0.0% (159 Bytes)
[#002] sha256:375b9a72d84226d7c4599c3aa2cd12f9b6dd66cefa09d01a1e0b42de8831504e - 1.03% (17.5 MB)
[#003] sha256:b4db8e87f9c859fd17056cdb8e83bc7f9751daead483a2be073b663ad5318fa6 - 0.03% (510 KB)
[#004] sha256:b414ac4927e59342188fe66bdef1a0c3583c7c171574bfe014bb93b385f5c3e1 - 0.0% (134 Bytes)
[#005] sha256:7ecdcdbaf1c1be002fa0c2ec988bede2be729f07997aae978b3b7eee90d91b93 - 0.0% (140 Bytes)
[#006] sha256:917c623d44ad7c95e64f0404e40584d4b043926c63e53599b147bc21b6e16dca - 0.0% (305 Bytes)
[#007] sha256:c9ab76e7d1de5e8d203aa9218f031b87c9edab0db34a4bd4111b240afb06dee8 - 0.0% (5.16 KB)
[#008] sha256:70f846ee5b5bd821a3ff3fa6f4ed86a73a41105f7c85af81d6ad752765ff86a3 - 97.27% (1.61 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:37 UTC/bin/sh -c #(nop) ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in /
2025-10-01 13:01:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-21 21:14:10 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2025-10-21 21:14:10 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-10-21 21:14:10 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-10-21 21:14:10 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-10-21 21:14:10 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-10-21 21:14:33 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 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-10-21 21:14:33 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-10-21 21:14:33 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
2025-10-21 21:14:33 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
2025-10-21 21:14:33 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2025-10-21 21:14:33 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-10-21 21:14:33 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-10-21 21:14:33 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-10-21 21:14:33 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-10-21 21:15:44 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
2025-10-21 21:15:44 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-10-21 21:15:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-10-21 21:15:44 UTC (buildkit.dockerfile.v0)EXPOSE [22/tcp 443/tcp 80/tcp]
2025-10-21 21:15:44 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-10-21 21:15:44 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2025-10-21 21:15:44 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
2025-10-21 21:12:44 UTC
1.62 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:b8a35db46e38ce87d4e743e1265ff436ed36e01d23246b24a1cbbeaae18ec432 - 1.65% (27.5 MB)
[#001] sha256:66a66201e24a4c6569299f187821912e4328dff14cbce496e4eba9a623a307b8 - 0.0% (161 Bytes)
[#002] sha256:224525c33a3df74e912aca33008ad7add4ec91fd280fcfb4392c457c8262dcfe - 1.05% (17.5 MB)
[#003] sha256:0458a6ee1e25d73c5a9658f620f0d0a14272ada3c50b8f3d4bda0af34c2932d5 - 0.03% (521 KB)
[#004] sha256:f358cd7e9f26451b3d55d5bef017cc1dd7f8fb1c7c95f64371b048664e47d1ef - 0.0% (136 Bytes)
[#005] sha256:b3129a89652baffa85e53a0ebe83ec1b9071138803d4c8f171e319608427abc7 - 0.0% (140 Bytes)
[#006] sha256:5f4c8c5f35529ff5db932a0f8b93a031c89b251db2476706630f3f2d5bacde4b - 0.0% (305 Bytes)
[#007] sha256:30ed9cf622208fbdb4743fc543f3655465be3cb20f6adfd47ea01970f06f7e74 - 0.0% (5.16 KB)
[#008] sha256:9b4b06925e86a9c7a6bc153eaf992ea7c288930c3429931f616792c8a414a6a1 - 97.26% (1.58 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) ADD file:d77dea5c49828eb0de89439d2b631bc8ea27cb9ef774412b56a060ba1673487b in /
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-21 21:11:27 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2025-10-21 21:11:27 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-10-21 21:11:27 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-10-21 21:11:27 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-10-21 21:11:27 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-10-21 21:11:46 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 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-10-21 21:11:46 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-10-21 21:11:46 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
2025-10-21 21:11:46 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
2025-10-21 21:11:46 UTC (buildkit.dockerfile.v0)RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2025-10-21 21:11:46 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-10-21 21:11:46 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2025-10-21 21:11:46 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-10-21 21:11:47 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-10-21 21:12:44 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
2025-10-21 21:12:44 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-10-21 21:12:44 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-10-21 21:12:44 UTC (buildkit.dockerfile.v0)EXPOSE [22/tcp 443/tcp 80/tcp]
2025-10-21 21:12:44 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-10-21 21:12:44 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2025-10-21 21:12:44 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.