2024-09-27 06:58:39 UTC
1.23 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:a186900671ab62e1dea364788f4e84c156e1825939914cfb5a6770be2b58b4da - 2.06% (26.1 MB)
[#001] sha256:5438d920da231b6894bfbd4329f112df27f434ddeab77c933f4cb075c35a378b - 0.0% (161 Bytes)
[#002] sha256:d1b7d60abe4adb14f8c358a0597528c27fa65791647ca8b9742d0e46961ae136 - 1.28% (16.2 MB)
[#003] sha256:3993c3b804002b59561dc652a6832fbc09bc97ebdf6ea32acf3ede8ea7c3f8f8 - 0.03% (435 KB)
[#004] sha256:aa2667eb77ae2712276a535daadd73554f60f68e742b49e0a183e932e96d37f1 - 0.0% (135 Bytes)
[#005] sha256:3446ca5e7f16896f5a31e794f306227d24aa8a36474265d506f2329a8723c8e3 - 0.0% (140 Bytes)
[#006] sha256:a98e17d7f2337a10e8682b34b9a3178d5b617f8a8696a46398083bfedf053ed6 - 0.0% (235 Bytes)
[#007] sha256:c319d815f9213056974c145cd8d3c43ceef37783f63b7b7c3001f0ad47388ffd - 0.0% (5.09 KB)
[#008] sha256:6b0a1dbbb950b961f3349c7cccc028349e7d3f97d84b63aba87fdb25b1b40fe0 - 96.62% (1.19 GB)
/bin/sh -c #(nop) ARG RELEASE
2024-09-11 16:26:04 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-09-11 16:26:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-09-11 16:26:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-09-11 16:26:06 UTC/bin/sh -c #(nop) ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 in /
2024-09-11 16:26:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-27 06:46:19 UTC (buildkit.dockerfile.v0)ARG BASE_IMAGE=docker.io/ubuntu:22.04
2024-09-27 06:46:19 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
2024-09-27 06:46:19 UTC (buildkit.dockerfile.v0)ARG RELEASE_PACKAGE=gitlab-ce
2024-09-27 06:46:19 UTC (buildkit.dockerfile.v0)ARG RELEASE_VERSION=17.4.1-ce.0
2024-09-27 06:46:19 UTC (buildkit.dockerfile.v0)SHELL [/bin/sh -c]
2024-09-27 06:46:19 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2024-09-27 06:46:19 UTC (buildkit.dockerfile.v0)COPY locale.gen /etc/locale.gen # buildkit
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:22.04 RELEASE_PACKAGE=gitlab-ce RELEASE_VERSION=17.4.1-ce.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.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
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)ENV EDITOR=/bin/vi
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:22.04 RELEASE_PACKAGE=gitlab-ce RELEASE_VERSION=17.4.1-ce.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
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:22.04 RELEASE_PACKAGE=gitlab-ce RELEASE_VERSION=17.4.1-ce.0 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)RUN |3 BASE_IMAGE=docker.io/ubuntu:22.04 RELEASE_PACKAGE=gitlab-ce RELEASE_VERSION=17.4.1-ce.0 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)ENV GITLAB_ALLOW_SHA1_RSA=false
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)COPY RELEASE / # buildkit
2024-09-27 06:48:44 UTC (buildkit.dockerfile.v0)COPY assets/ /assets/ # buildkit
2024-09-27 06:58:39 UTC (buildkit.dockerfile.v0)RUN |4 BASE_IMAGE=docker.io/ubuntu:22.04 RELEASE_PACKAGE=gitlab-ce RELEASE_VERSION=17.4.1-ce.0 TARGETARCH=arm64 /bin/sh -c chmod -R og-w /assets RELEASE ; /assets/setup # buildkit
2024-09-27 06:58:39 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
2024-09-27 06:58:39 UTC (buildkit.dockerfile.v0)ENV TERM=xterm
2024-09-27 06:58:39 UTC (buildkit.dockerfile.v0)EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
2024-09-27 06:58:39 UTC (buildkit.dockerfile.v0)VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
2024-09-27 06:58:39 UTC (buildkit.dockerfile.v0)CMD ["/assets/wrapper"]
2024-09-27 06:58:39 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.