Namespace
gitlab
Image / Tag
gitlab-ce:18.8.11-ce.0
Content Digest
sha256:c3259b43f990e4b613ded0db61ab8daba6830b0453d24305ba3b9891f81780fa
Details
Created

2026-06-29 13:08:59 UTC

Size

1.63 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:cb259a83ac3dd9fea0b394df41df2b298adf0df938fef5999475af18a751c257 - 1.69% (28.4 MB)

[#001] sha256:0b8589a2cae2f37f1475fcd58bca810f28d46e9a248741de56743857ab380fc7 - 0.0% (162 Bytes)

[#002] sha256:68e0c99d6d8346f23b76228b41fd7aa1d7bd400f488f149e0d9b8529f8be7126 - 1.33% (22.2 MB)

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

[#004] sha256:37b1b20ccf788782a3baff2c4f28e3c7d8d57bbe28b3ed55f100421dabfd07f5 - 0.0% (135 Bytes)

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

[#006] sha256:120a6f07214433656a0ef214f912747e52b77de2472665d30f76f89c076db71a - 0.0% (308 Bytes)

[#007] sha256:0acc92353d86d7592066f198500255ee3db7cb3c67334efa2b4e3f0dac29b7b2 - 0.0% (5.2 KB)

[#008] sha256:fb91c0bfa6910c7f844632b0add393ea1f6059cded1f4ac0c53480e99b9c402d - 96.95% (1.58 GB)


History
2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:21 UTC

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

2026-05-20 01:37:22 UTC

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

2026-06-29 13:07:18 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2026-06-29 13:07:18 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-06-29 13:07:18 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2026-06-29 13:07:18 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-06-29 13:07:18 UTC (buildkit.dockerfile.v0)

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

2026-06-29 13:07:41 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-06-29 13:07:41 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2026-06-29 13:07:41 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-06-29 13:07:41 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-06-29 13:07:41 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-06-29 13:07:41 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2026-06-29 13:07:41 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2026-06-29 13:07:41 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2026-06-29 13:07:41 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2026-06-29 13:08:59 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-06-29 13:08: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

2026-06-29 13:08:59 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2026-06-29 13:08:59 UTC (buildkit.dockerfile.v0)

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

2026-06-29 13:08:59 UTC (buildkit.dockerfile.v0)

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

2026-06-29 13:08:59 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2026-06-29 13:08:59 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-06-29 13:07:09 UTC

Size

1.59 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:fff3795b437199a0b714aadba6fb2c251d7da853c3e257d3fed1d2c8d0f05158 - 1.69% (27.5 MB)

[#001] sha256:10099e45057d21c1274cee2e8a483b8f769bd5967fa177cbd420fc7c6dfc340e - 0.0% (162 Bytes)

[#002] sha256:58617a37047efe05c7f9b0ac6657e78e22f7d5369ed2401086778d0800fa47e8 - 1.35% (22 MB)

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

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

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

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

[#007] sha256:f59c6cfb880aab68ce6db06c196fa2fddfecd4230581012a375c298bb3c1877f - 0.0% (5.2 KB)

[#008] sha256:9ce41ef7d28fffbb608b95c21ee381a5bd5e9fd60e0dba96ae9b73c1c9da4437 - 96.93% (1.54 GB)


History
2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:34 UTC

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

2026-05-20 01:37:34 UTC

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

2026-06-29 13:05:43 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2026-06-29 13:05: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

2026-06-29 13:05:43 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2026-06-29 13:05:43 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-06-29 13:05:43 UTC (buildkit.dockerfile.v0)

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

2026-06-29 13:06:05 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-06-29 13:06:05 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2026-06-29 13:06:05 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-06-29 13:06:05 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-06-29 13:06:05 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-06-29 13:06:05 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2026-06-29 13:06:05 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2026-06-29 13:06:05 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2026-06-29 13:06:05 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2026-06-29 13:07:09 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-06-29 13:07: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

2026-06-29 13:07:09 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2026-06-29 13:07:09 UTC (buildkit.dockerfile.v0)

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

2026-06-29 13:07:09 UTC (buildkit.dockerfile.v0)

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

2026-06-29 13:07:09 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2026-06-29 13:07:09 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