Namespace
gitlab
Image / Tag
gitlab-ce:18.6.1-ce.0
Content Digest
sha256:4a1765618d5b3aea9f9ae5efdb4f15a1880f0cab16801116f99c611080945c56
Details
Created

2025-11-25 21:11:05 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.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:20043066d3d5c78b45520c5707319835ac7d1f3d7f0dded0138ea0897d6a3188 - 1.63% (28.3 MB)

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

[#002] sha256:28fbc9696ef8f0a2fce01e912c806f55f158f3123f6b216702172783aa851896 - 1.01% (17.7 MB)

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

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

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

[#006] sha256:0a86e0f22eafe31ce38d122752341c5340d6a5aa9de5a7fb550457b0c456d833 - 0.0% (303 Bytes)

[#007] sha256:5e5281c2f52a16c113301a3108684c67734eb6288efac5e054a7bfd70814f4c3 - 0.0% (5.39 KB)

[#008] sha256:6518be60a3907b3cba8ae56134605117f9c8f20fea1b8bbb82e08cbfb951d0d8 - 97.33% (1.66 GB)


History
2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:03 UTC

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

2025-10-16 19:23:03 UTC

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

2025-11-25 21:09:26 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2025-11-25 21:09:26 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-11-25 21:09:26 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2025-11-25 21:09:26 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-11-25 21:09:26 UTC (buildkit.dockerfile.v0)

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

2025-11-25 21:09:50 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

2025-11-25 21:09:50 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2025-11-25 21:09:51 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-11-25 21:09:51 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-11-25 21:09:51 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-11-25 21:09:51 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2025-11-25 21:09:51 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-11-25 21:09:51 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2025-11-25 21:09:51 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2025-11-25 21:11:05 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-11-25 21:11:05 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-11-25 21:11:05 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2025-11-25 21:11:05 UTC (buildkit.dockerfile.v0)

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

2025-11-25 21:11:05 UTC (buildkit.dockerfile.v0)

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

2025-11-25 21:11:05 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2025-11-25 21:11:05 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-11-25 21:05:02 UTC

Size

1.67 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:97dd3f0ce510a30a2868ff104e9ff286ffc0ef01284aebe383ea81e85e26a415 - 1.61% (27.5 MB)

[#001] sha256:87fb783310d3ae6e98d07fe77deca709c83282d1648a41b405f399f342ff76a9 - 0.0% (159 Bytes)

[#002] sha256:c726cb8509762b8464529e4810616c1ada9021db01ef0aae5ff0cfa5d38b882f - 1.03% (17.6 MB)

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

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

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

[#006] sha256:00b7f6e1df2a358f9cdd04ce722918a0db0525c833e1b75039cb54afa4fc0af9 - 0.0% (304 Bytes)

[#007] sha256:ce13d83842904dedb4c9ef4f6149863e670bb44e6ade08be822398b5e23833fb - 0.0% (5.39 KB)

[#008] sha256:6de9d4227c78bf3ecb63cd4f7346a761bb0bad9e55bffaba1a094078fd67ca3c - 97.32% (1.62 GB)


History
2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:58 UTC

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

2025-10-16 19:26:58 UTC

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

2025-11-25 21:03:33 UTC (buildkit.dockerfile.v0)

ARG BASE_IMAGE=docker.io/ubuntu:24.04

2025-11-25 21:03:33 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-11-25 21:03:33 UTC (buildkit.dockerfile.v0)

SHELL [/bin/sh -c]

2025-11-25 21:03:33 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-11-25 21:03:33 UTC (buildkit.dockerfile.v0)

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

2025-11-25 21:03: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

2025-11-25 21:03:58 UTC (buildkit.dockerfile.v0)

ENV EDITOR=/bin/vi

2025-11-25 21:03: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

2025-11-25 21:03: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

2025-11-25 21:03: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

2025-11-25 21:03:58 UTC (buildkit.dockerfile.v0)

ENV GITLAB_ALLOW_SHA1_RSA=false

2025-11-25 21:03:58 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-11-25 21:03:58 UTC (buildkit.dockerfile.v0)

COPY RELEASE / # buildkit

2025-11-25 21:03:58 UTC (buildkit.dockerfile.v0)

COPY assets/ /assets/ # buildkit

2025-11-25 21:05:02 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-11-25 21:05:02 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-11-25 21:05:02 UTC (buildkit.dockerfile.v0)

ENV TERM=xterm

2025-11-25 21:05:02 UTC (buildkit.dockerfile.v0)

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

2025-11-25 21:05:02 UTC (buildkit.dockerfile.v0)

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

2025-11-25 21:05:02 UTC (buildkit.dockerfile.v0)

CMD ["/assets/init-container"]

2025-11-25 21:05:02 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