2025-01-22 05:38:59 UTC
1.57 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:6414378b647780fee8fd903ddb9541d134a1947ce092d08bdeb23a54cb3684ac - 1.75% (28.2 MB)
[#001] sha256:a625401f465af1ad183ac720bc058136c5645b19671130893c40793dbfe1c0bd - 0.0% (161 Bytes)
[#002] sha256:e8907e8d964d58d2b463af5822149922eb18d8632df5c4304d8cd0fe6d488076 - 1.02% (16.4 MB)
[#003] sha256:fa153a8aca38ac135882834f4e7aa3b8037be8bb0f988df1f5447bdebe578aec - 0.03% (428 KB)
[#004] sha256:e37d8f6ef4c443a13860795759fb428badea891dac0e0de80aa9783662c5fc45 - 0.0% (134 Bytes)
[#005] sha256:16d0e00c967bc52b5983e0973a84cdcab018c56a9d7aedd77294f5bc4c8415d8 - 0.0% (140 Bytes)
[#006] sha256:790773297c19a7ee3c39cd97bd8f38a82d2b4845c564a87c80f7bf189f5706f7 - 0.0% (305 Bytes)
[#007] sha256:54cf79629b55b88938012897082c91f8cb0bc9c91dada36d30522715c09dd64f - 0.0% (5.1 KB)
[#008] sha256:a390b2bab26fd5610eeb458358c5a002d1281d614f1a70784e399afbc169ff98 - 97.2% (1.52 GB)
/bin/sh -c #(nop) ARG RELEASE
2024-09-11 16:25:16 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-09-11 16:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-09-11 16:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-09-11 16:25:17 UTC/bin/sh -c #(nop) ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in /
2024-09-11 16:25:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-22 05:36:32 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:22.04
2025-01-22 05:36:32 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-01-22 05:36:32 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2025-01-22 05:36:32 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-01-22 05:36:32 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2025-01-22 05:36:55 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-01-22 05:36:55 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2025-01-22 05:36:55 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-01-22 05:36:55 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-01-22 05:36:55 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-01-22 05:36:55 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2025-01-22 05:36:55 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-01-22 05:36:55 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2025-01-22 05:36:55 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2025-01-22 05:38:59 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-01-22 05:38:59 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-01-22 05:38:59 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2025-01-22 05:38:59 UTC (buildkit.dockerfile.v0)EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
2025-01-22 05:38:59 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2025-01-22 05:38:59 UTC (buildkit.dockerfile.v0)CMD ["/assets/wrapper"]
2025-01-22 05:38:59 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.