Namespace
gitlab
Image / Tag
gitlab-ce:18.2.2-ce.0
Content Digest
sha256:ae39a4eb025f8138ecf63dda1dbdd3d4759e8f3cea86beb80e5a80b355dfe708
Details
Created

2025-08-12 14:44:09 UTC

Size

1.65 GB

Content Digest
Labels
  • org.opencontainers.image.authors
    GitLab Distribution Team <distribution-be@gitlab.com>
  • org.opencontainers.image.base.name
    docker.io/ubuntu:24.04
  • org.opencontainers.image.documentation
    https://docs.gitlab.com/ee/install/docker/
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.source
    https://gitlab.com/gitlab-org/omnibus-gitlab
  • org.opencontainers.image.title
    GitLab Omnibus Docker
  • org.opencontainers.image.version
    24.04

Environment
EDITOR

/bin/vi

GITLAB_ALLOW_SHA1_RSA

false

LANG

C.UTF-8

PATH

/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:32f112e3802cadcab3543160f4d2aa607b3cc1c62140d57b4f5441384f40e927 - 1.67% (28.3 MB)

[#001] sha256:90ad07f2da74106a0e79583cd02bf74d7f24c132564e5b432a96aa9dd25e796e - 0.0% (162 Bytes)

[#002] sha256:08554cce5469c6ee5dc971f6473aafb5e6519d46184acb1fe7d896ccc6733e76 - 1.17% (19.8 MB)

[#003] sha256:aa891439d1326b6f4f95cc87bc2d6acf7b55009d60538db1c632438f66b296ef - 0.03% (510 KB)

[#004] sha256:64a502372e9a935b96588ff0ba70ae83a3d67fe8ce2f123de7090c3e7fb77847 - 0.0% (134 Bytes)

[#005] sha256:71620ea319862a623f6cf6f1abfc240469525500a34e69400dbc6dbbd1752346 - 0.0% (139 Bytes)

[#006] sha256:6bfab924924a58db01148f578794163868c9dd2ba921e6ca31e3183ccd11e2bd - 0.0% (303 Bytes)

[#007] sha256:23a3e94c3f1d2edeb7c86a85c0149d2deb7ed4b052a0a5c97a61d48c929f4e50 - 0.0% (5.16 KB)

[#008] sha256:002bcb326c9c7bab17ce17e5b04a3a35a73d903ab8963838cc7be665ddce9906 - 97.13% (1.61 GB)


History
2025-07-14 16:40:20 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-07-14 16:40:20 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-07-14 16:40:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:40:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-07-14 16:40:22 UTC

/bin/sh -c #(nop) ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in /

2025-07-14 16:40:23 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-08-12 14:42:30 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2025-08-12 14:42:30 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-08-12 14:42:30 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2025-08-12 14:42:30 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-08-12 14:42:30 UTC (buildkit.dockerfile.v0)

COPY locale.gen /etc/locale.gen # buildkit

2025-08-12 14:42:53 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-08-12 14:42:53 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2025-08-12 14:42:53 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-08-12 14:42:53 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-08-12 14:42:53 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-08-12 14:42:53 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2025-08-12 14:42:53 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-08-12 14:42:53 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2025-08-12 14:42:53 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2025-08-12 14:44:09 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-08-12 14:44:09 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-08-12 14:44:09 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2025-08-12 14:44:09 UTC (buildkit.dockerfile.v0)

EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]

2025-08-12 14:44:09 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]

2025-08-12 14:44:09 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2025-08-12 14:44:09 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}

Details
Created

2025-08-12 14:15:32 UTC

Size

1.62 GB

Content Digest
Labels
  • org.opencontainers.image.authors
    GitLab Distribution Team <distribution-be@gitlab.com>
  • org.opencontainers.image.base.name
    docker.io/ubuntu:24.04
  • org.opencontainers.image.documentation
    https://docs.gitlab.com/ee/install/docker/
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.source
    https://gitlab.com/gitlab-org/omnibus-gitlab
  • org.opencontainers.image.title
    GitLab Omnibus Docker
  • org.opencontainers.image.version
    24.04

Environment
EDITOR

/bin/vi

GITLAB_ALLOW_SHA1_RSA

false

LANG

C.UTF-8

PATH

/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TERM

xterm


Layers

[#000] sha256:e3bd89a9dac501ff564b39359113adad7c3d2813d5e04eab53ee10e20a6793a7 - 1.66% (27.5 MB)

[#001] sha256:6dba2a084e56331386671edcaecaae88b208ef41aa154d0e425726458cd915fd - 0.0% (161 Bytes)

[#002] sha256:8e80554309423f2ff63ca35e05594a24d23fb0b387002891299e6dbe9ded74b1 - 1.19% (19.7 MB)

[#003] sha256:1232d36f3fcf2b419961a7a71b8b6846c90e3847857784bddba43a49084f57dc - 0.03% (521 KB)

[#004] sha256:e65440b3a79be853547bb95bc5886d0a6b06b82f2b1ca44e1045ef52890d1710 - 0.0% (136 Bytes)

[#005] sha256:0bb90dcc3d0cfca7eabf26b3c92ea76b927b9d9247f09138cc6e578828ea1d03 - 0.0% (140 Bytes)

[#006] sha256:45efaa6072cbec2ffbbc3e3dc4ae5783cddfa834d1aaccea45d47606b746eabe - 0.0% (302 Bytes)

[#007] sha256:d3d292203eafd2c78008355fb336f2f49178a43005f4d2f84461b6f4bda21513 - 0.0% (5.16 KB)

[#008] sha256:9be875d4166a5ea1ddc293bea2ca25e7a77f7f6b9880255557275c47f78f6bc5 - 97.12% (1.57 GB)


History
2025-07-14 16:42:11 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-07-14 16:42:11 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-07-14 16:42:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-14 16:42:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-07-14 16:42:14 UTC

/bin/sh -c #(nop) ADD file:98827745561bc42c12745b10037415621cf3b8ec8497a5953995b5fc7969bf17 in /

2025-07-14 16:42:15 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-08-12 14:14:11 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2025-08-12 14:14:11 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-08-12 14:14:11 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2025-08-12 14:14:11 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-08-12 14:14:11 UTC (buildkit.dockerfile.v0)

COPY locale.gen /etc/locale.gen # buildkit

2025-08-12 14:14:31 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-08-12 14:14:31 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2025-08-12 14:14:31 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-08-12 14:14:31 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-08-12 14:14:31 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-08-12 14:14:31 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2025-08-12 14:14:31 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-08-12 14:14:31 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2025-08-12 14:14:32 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2025-08-12 14:15:32 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-08-12 14:15:32 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-08-12 14:15:32 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2025-08-12 14:15:32 UTC (buildkit.dockerfile.v0)

EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]

2025-08-12 14:15:32 UTC (buildkit.dockerfile.v0)

VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]

2025-08-12 14:15:32 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2025-08-12 14:15:32 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}

Danger Zone
Delete Tag

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.

Delete