Namespace
gitlab
Image / Tag
gitlab-ce:18.11.7-ce.0
Content Digest
sha256:62b055a5b5ed0eac76b40a398caf9dec5d1b079f60b9cb349114caeab38f9db6
Details
Created

2026-07-07 11:45:30 UTC

Size

1.7 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.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:ca2678b20700c15185707964d9211b1a6406196114bf675f568b6025d37b3888 - 1.63% (28.4 MB)

[#001] sha256:54c495ce80c69fafb1330aa177c70136b43f236db73199c8f5bb2e97d034d571 - 0.0% (160 Bytes)

[#002] sha256:a2b6e6ac174b29a41f0e781aa8fa348adab78dfc52c6f681d47f892a81ae78c8 - 1.15% (19.9 MB)

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

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

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

[#006] sha256:20186cfbc312f6c0bee982fe80209d7bb72303597b00fdaf28aa48f322ff9962 - 0.0% (306 Bytes)

[#007] sha256:62aa4fd9d10b4f562aaadff567bb58a84017a77f27409d1d2ff8187d72c47aab - 0.0% (5.32 KB)

[#008] sha256:226e70a7520c101a9967899f838dd1d65a7cce7d64710cec49f440ca2ca5c76d - 97.19% (1.65 GB)


History
2026-06-22 21:24:17 UTC

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

2026-06-22 21:24:18 UTC

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

2026-06-22 21:24:18 UTC

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

2026-06-22 21:24:20 UTC

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

2026-06-22 21:24:21 UTC

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

2026-07-07 11:43:46 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2026-07-07 11:43:46 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

2026-07-07 11:43:46 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2026-07-07 11:43:46 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-07-07 11:43:46 UTC (buildkit.dockerfile.v0)

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

2026-07-07 11:44:09 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 tzdata-legacy 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

2026-07-07 11:44:09 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2026-07-07 11:44:09 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

2026-07-07 11:44:10 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

2026-07-07 11:44:10 UTC (buildkit.dockerfile.v0)

RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit

2026-07-07 11:44:10 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2026-07-07 11:44:10 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2026-07-07 11:44:10 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2026-07-07 11:44:10 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2026-07-07 11:45:30 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

2026-07-07 11:45:30 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

2026-07-07 11:45:30 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2026-07-07 11:45:30 UTC (buildkit.dockerfile.v0)

EXPOSE [22/tcp 443/tcp 80/tcp]

2026-07-07 11:45:30 UTC (buildkit.dockerfile.v0)

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

2026-07-07 11:45:30 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2026-07-07 11:45:30 UTC (buildkit.dockerfile.v0)

HEALTHCHECK {Test:[CMD-SHELL /opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10] Interval:1m0s Timeout:30s StartPeriod:0s StartInterval:0s Retries:5}

Details
Created

2026-07-07 11:34:03 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.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:4b987da45db4d6278590ab89840c7167ea397df222f3ee4cdb77c3e15694b1a9 - 1.63% (27.5 MB)

[#001] sha256:7777fd0e5a9d14ffca0ded98420627987072e4562b7ada7b122647253d5f2275 - 0.0% (160 Bytes)

[#002] sha256:edeeea57d7bdb184f3609d2f6ff9ae0fb0da747d7e3adac682583144da7a2f95 - 1.17% (19.9 MB)

[#003] sha256:6aac37f3194a36963c37079f78c1726d99c764b1e3641a5f03c3784d690c08f5 - 0.03% (521 KB)

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

[#005] sha256:56d8ba1634a6581e8a091e661708189389e971eb7d06a45d7cc574e092a390e8 - 0.0% (140 Bytes)

[#006] sha256:d2546e6d70c95f8221d14782a9f045156026651dbe9dc6e2cc8c965ed741304a - 0.0% (307 Bytes)

[#007] sha256:4bbd09bb9290ef0ead11b4848a1fdc2915dd8132e8ac0bc044985a42ebb03e63 - 0.0% (5.33 KB)

[#008] sha256:c674c69b85c5142e76896ab2041f42046495f610c5e56e50c9ac7b097d75a614 - 97.17% (1.61 GB)


History
2026-06-22 21:25:05 UTC

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

2026-06-22 21:25:05 UTC

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

2026-06-22 21:25:05 UTC

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

2026-06-22 21:25:07 UTC

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

2026-06-22 21:25:07 UTC

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

2026-07-07 11:32:38 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2026-07-07 11:32:38 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

2026-07-07 11:32:38 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2026-07-07 11:32:38 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-07-07 11:32:38 UTC (buildkit.dockerfile.v0)

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

2026-07-07 11:32:58 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 tzdata-legacy 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

2026-07-07 11:32:58 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2026-07-07 11:32:58 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

2026-07-07 11:32:58 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

2026-07-07 11:32:58 UTC (buildkit.dockerfile.v0)

RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit

2026-07-07 11:32:58 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2026-07-07 11:32:58 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2026-07-07 11:32:58 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2026-07-07 11:32:58 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2026-07-07 11:34:03 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

2026-07-07 11:34:03 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

2026-07-07 11:34:03 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2026-07-07 11:34:03 UTC (buildkit.dockerfile.v0)

EXPOSE [22/tcp 443/tcp 80/tcp]

2026-07-07 11:34:03 UTC (buildkit.dockerfile.v0)

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

2026-07-07 11:34:03 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2026-07-07 11:34:03 UTC (buildkit.dockerfile.v0)

HEALTHCHECK {Test:[CMD-SHELL /opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10] Interval:1m0s Timeout:30s StartPeriod:0s StartInterval:0s Retries:5}

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