2025-06-18 05:32:34 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:d9d352c11bbd3880007953ed6eec1cbace76898828f3434984a0ca60672fdf5a - 1.7% (28.3 MB)
[#001] sha256:e5af862603622f9d8c3356266b0ab0cb1d42fc94941a45a1572bba9ac99f4813 - 0.0% (162 Bytes)
[#002] sha256:73b4715151c6188e1843d3e3a790e732616cf4a406558831697f49009eb16b25 - 1.05% (17.5 MB)
[#003] sha256:99bee55080d7a0a4ca6fcdebb95d38ed5f739c4209525338e215dc0c282fb89d - 0.03% (510 KB)
[#004] sha256:b7f246f377060c3b88239fa0c31175b05738df8bae4d617ebe36b6bf8eff251d - 0.0% (136 Bytes)
[#005] sha256:efd569e0484a99a1e109dd06d50a0cd15196fbfad68d19909b69b370ecc6dc94 - 0.0% (141 Bytes)
[#006] sha256:838c952da7b9c99a34c68e65843b4e17910373e3849f2b8d024058df15d6f831 - 0.0% (302 Bytes)
[#007] sha256:c332243ec073dd13d6fa2d934865e796e13bcafe0f4a97076689b5f4f7d36abc - 0.0% (5.16 KB)
[#008] sha256:941d3fc9b2ac216240d80395e8c030d94b04e723c35a419d31511ccf6b31b17a - 97.21% (1.58 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-05-29 04:20:59 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-05-29 04:20:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-05-29 04:20:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-05-29 04:21:01 UTC/bin/sh -c #(nop) ADD file:598ca0108009b5c2e9e6f4fc4bd19a6bcd604fccb5b9376fac14a75522a5cfa3 in /
2025-05-29 04:21:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-18 05:31:03 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2025-06-18 05:31:03 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-06-18 05:31:03 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-06-18 05:31:03 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-06-18 05:31:03 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-06-18 05:31:26 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-06-18 05:31:26 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-06-18 05:31:26 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-06-18 05:31:26 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-06-18 05:31:26 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-06-18 05:31:26 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-06-18 05:31:26 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-06-18 05:31:26 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-06-18 05:31:26 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-06-18 05:32: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
2025-06-18 05:32: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
2025-06-18 05:32:34 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-06-18 05:32:34 UTC (buildkit.dockerfile.v0)EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
2025-06-18 05:32:34 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-06-18 05:32:34 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2025-06-18 05:32:34 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
2025-06-18 05:28:17 UTC
1.59 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:69c262fc30fc134b6d373dee8db695319c41d8b9489deb0f682565473bf29748 - 1.69% (27.5 MB)
[#001] sha256:18b65eb7e7d9b78c18c48788d1b611badc34da2d78945b98295bdcfa49880df4 - 0.0% (163 Bytes)
[#002] sha256:f0aa6afeb8b8a938c1bee5929843b15010a98ce7d994f9186cfe29640379859c - 1.07% (17.5 MB)
[#003] sha256:e9f5e9c957bfbbcc9e11d94a61d24bfd131996b913ce13a769660c069f0ee541 - 0.03% (521 KB)
[#004] sha256:6508815f72736374ebb8605cb202e85ed5e6d301e6acb6cdac27809b05d4fe56 - 0.0% (136 Bytes)
[#005] sha256:ecd26a1658f4f0bfa2bfc92e2ba4add06aed8e13fdc217a69f4df1f013c91944 - 0.0% (140 Bytes)
[#006] sha256:61e957bbf403bf6878cf5bb5cbd497af082ae41fd6e2e3db91d0ddd257e365f6 - 0.0% (302 Bytes)
[#007] sha256:48dc403001a0503f0570ee3d3936168e55f0238e875282532b2d0c5e59ad5cd5 - 0.0% (5.16 KB)
[#008] sha256:42f4341529fbd4518046691bff6ff7e956d228dbdb726f06d8336918ac31d310 - 97.21% (1.55 GB)
/bin/sh -c #(nop) ARG RELEASE
2025-05-29 04:30:33 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-05-29 04:30:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-05-29 04:30:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-05-29 04:30:36 UTC/bin/sh -c #(nop) ADD file:6eb9adae2c7e3a73446b74d4e61e58d6e1d0db6c07cc49612eb0b9f38fefef15 in /
2025-05-29 04:30:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-18 05:26:43 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:24.04
2025-06-18 05:26:43 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-06-18 05:26:43 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-06-18 05:26:43 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-06-18 05:26:43 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-06-18 05:27:02 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-06-18 05:27:02 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-06-18 05:27:02 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-06-18 05:27:02 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-06-18 05:27:02 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-06-18 05:27:02 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-06-18 05:27:02 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2025-06-18 05:27:02 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-06-18 05:27:02 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-06-18 05:28:17 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-06-18 05:28:17 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-06-18 05:28:17 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-06-18 05:28:17 UTC (buildkit.dockerfile.v0)EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
2025-06-18 05:28:17 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-06-18 05:28:17 UTC (buildkit.dockerfile.v0)CMD ["/assets/init-container"]
2025-06-18 05:28:17 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.