docker.io/gitlab/gitlab-ee:18.0.5-ee.0 linux/amd64

docker.io/gitlab/gitlab-ee:18.0.5-ee.0 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Gitlab
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:18.0.5-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0
镜像ID sha256:df412796a6049fecd8f91f91cb349332a30ba7c24b1a308cc0754a6072169959
镜像TAG 18.0.5-ee.0
大小 4.00GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/init-container
启动入口
工作目录
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-07-22T14:05:51.639853221Z
同步时间 2025-07-31 22:28
更新时间 2025-08-01 16:35
开放端口
22/tcp 443/tcp 80/tcp
目录挂载
/etc/gitlab /var/log/gitlab /var/opt/gitlab
环境变量
PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 EDITOR=/bin/vi GITLAB_ALLOW_SHA1_RSA=false TERM=xterm
镜像标签
GitLab Distribution Team <distribution-be@gitlab.com>: org.opencontainers.image.authors docker.io/ubuntu:24.04: org.opencontainers.image.base.name https://docs.gitlab.com/ee/install/docker/: org.opencontainers.image.documentation ubuntu: org.opencontainers.image.ref.name https://gitlab.com/gitlab-org/omnibus-gitlab: org.opencontainers.image.source GitLab Omnibus Docker: org.opencontainers.image.title 24.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0  docker.io/gitlab/gitlab-ee:18.0.5-ee.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0  docker.io/gitlab/gitlab-ee:18.0.5-ee.0

Shell快速替换命令

sed -i 's#gitlab/gitlab-ee:18.0.5-ee.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0  docker.io/gitlab/gitlab-ee:18.0.5-ee.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0  docker.io/gitlab/gitlab-ee:18.0.5-ee.0'

镜像构建历史


# 2025-07-22 22:05:51  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
                        
# 2025-07-22 22:05:51  0.00B 设置默认要执行的命令
CMD ["/assets/init-container"]
                        
# 2025-07-22 22:05:51  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2025-07-22 22:05:51  0.00B 声明容器运行时监听的端口
EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
                        
# 2025-07-22 22:05:51  0.00B 设置环境变量 TERM
ENV TERM=xterm
                        
# 2025-07-22 22:05:51  0.00B 设置环境变量 PATH
ENV PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-07-22 22:05:51  3.86GB 执行命令并创建新的镜像层
RUN |2 BASE_IMAGE=docker.io/ubuntu:24.04 TARGETARCH=amd64 /bin/sh -c chmod -R og-w /assets RELEASE ;   /assets/setup # buildkit
                        
# 2025-07-22 22:04:30  15.56KB 复制新文件或目录到容器中
COPY assets/ /assets/ # buildkit
                        
# 2025-07-22 22:04:30  375.00B 复制新文件或目录到容器中
COPY RELEASE / # buildkit
                        
# 2025-07-22 22:04:30  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-07-22 22:04:30  0.00B 设置环境变量 GITLAB_ALLOW_SHA1_RSA
ENV GITLAB_ALLOW_SHA1_RSA=false
                        
# 2025-07-22 22:04:30  9.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
                        
# 2025-07-22 22:04:30  0.00B 执行命令并创建新的镜像层
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-07-22 22:04:30  851.64KB 执行命令并创建新的镜像层
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-07-22 22:04:30  0.00B 设置环境变量 EDITOR
ENV EDITOR=/bin/vi
                        
# 2025-07-22 22:04:30  67.25MB 执行命令并创建新的镜像层
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-07-22 22:04:09  32.00B 复制新文件或目录到容器中
COPY locale.gen /etc/locale.gen # buildkit
                        
# 2025-07-22 22:04:09  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-07-22 22:04:09  0.00B 
SHELL [/bin/sh -c]
                        
# 2025-07-22 22:04:09  0.00B 添加元数据标签
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-07-22 22:04:09  0.00B 定义构建参数
ARG BASE_IMAGE=docker.io/ubuntu:24.04
                        
# 2025-07-15 00:40:23  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-07-15 00:40:22  78.12MB 
/bin/sh -c #(nop) ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in / 
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-07-15 00:40:20  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:df412796a6049fecd8f91f91cb349332a30ba7c24b1a308cc0754a6072169959",
    "RepoTags": [
        "gitlab/gitlab-ee:18.0.5-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.0.5-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:995f1cc4befda0f1f82494cb94497ec9ec179c9e8377666c8efa25f45db7bb16",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:bc4186f5b9170b9d01d22afc8ac2a9c4c3c1971c3dfb941347ba611e0c6e7d50"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-22T14:05:51.639853221Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "22/tcp": {},
            "443/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "EDITOR=/bin/vi",
            "GITLAB_ALLOW_SHA1_RSA=false",
            "TERM=xterm"
        ],
        "Cmd": [
            "/assets/init-container"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"
            ],
            "Interval": 60000000000,
            "Timeout": 30000000000,
            "Retries": 5
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/etc/gitlab": {},
            "/var/log/gitlab": {},
            "/var/opt/gitlab": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "GitLab Distribution Team \u003cdistribution-be@gitlab.com\u003e",
            "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"
        },
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 4001994702,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/be4042f123147d62cfe163ef981d371ce8b2dd3051bc2c0ca10ecfc32761e447/diff:/var/lib/docker/overlay2/9f8c072414f956c96377987f1d4cb8416b57a50ea8c0a1620afdc1618ee0fa5c/diff:/var/lib/docker/overlay2/95753780a93aa0af188221e21d1d1f459fb0575d62d60b967edc4ec926fc3aa9/diff:/var/lib/docker/overlay2/11d7d3244456d785a896c95a3848add7dca1abc3cf422cc15b66bae6d33187f9/diff:/var/lib/docker/overlay2/b71e362e917c11a0bd825f0e39f1b9b6642da7ffef1894b76908f9685d721d1d/diff:/var/lib/docker/overlay2/d8bafee343f74bdae86494b5a59ca5ca6e732e9019ebcbec64ed739a3b34e961/diff:/var/lib/docker/overlay2/0e7a2a798cca040c771bc1cc40775ad1ac2c30bff33aa0fa4fbc82392024dc2b/diff:/var/lib/docker/overlay2/99462e93e312a3f00f447887e868ec299b7af42fbb0cc6b78003f6e2729a6304/diff",
            "MergedDir": "/var/lib/docker/overlay2/76ed99cef46be4bb6df2c4a1eba9b058d7c3fb1ae0f6433812e5f021e4b87d53/merged",
            "UpperDir": "/var/lib/docker/overlay2/76ed99cef46be4bb6df2c4a1eba9b058d7c3fb1ae0f6433812e5f021e4b87d53/diff",
            "WorkDir": "/var/lib/docker/overlay2/76ed99cef46be4bb6df2c4a1eba9b058d7c3fb1ae0f6433812e5f021e4b87d53/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:107cbdaeec042e6154640c94972c638f4e2fee795902b149e8ce9acbd03d59d7",
            "sha256:be337f2564e9ef669f72e392d48c66ff0c8ab60d63dd9bcb37d41729a83f59b4",
            "sha256:b7fd6131bb9912b5d6fb1c42408097c47301e70d4d3564b9e2467b31840a1611",
            "sha256:6de13e02775ffcee4cdb78dec2dd3577afb9968058ee8fb851df1ba5381ece67",
            "sha256:ea08cd42c666876b552b15a2747692bb26f382de87fe15954a2cd64bafa43226",
            "sha256:9d8df9350ef43ffe4620536fd76a8c08a1ba06ff01c28d08fa1f7c44cf03077a",
            "sha256:a57f5b1dad836bc020d455f1a6b27dd73076d98f6302e0a711dd28203e3e8507",
            "sha256:aee061f16efecfeca3b0b380e4f72f9a213b31668514967a0cd1961a11c3d7b1",
            "sha256:6f1e4eb16d93bb271ab9fb93723c158603677dc128119ddd1b8a8e2df8ff3c9d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-31T22:24:38.799893378+08:00"
    }
}

更多版本

docker.io/gitlab/gitlab-ee:17.1.2-ee.0

linux/amd64 docker.io3.24GB2024-07-16 17:15
430

docker.io/gitlab/gitlab-ee:17.3.0-ee.0

linux/amd64 docker.io3.38GB2024-08-16 15:19
416

docker.io/gitlab/gitlab-ee:17.4.0-ee.0

linux/amd64 docker.io3.45GB2024-09-20 21:54
287

docker.io/gitlab/gitlab-ee:17.4.1-ee.0

linux/amd64 docker.io3.45GB2024-09-28 12:36
193

docker.io/gitlab/gitlab-ee:17.4.2-ee.0

linux/amd64 docker.io3.45GB2024-10-12 21:21
230

docker.io/gitlab/gitlab-ee:17.5.0-ee.0

linux/amd64 docker.io3.79GB2024-10-18 23:01
381

docker.io/gitlab/gitlab-ee:16.5.0-ee.0

linux/amd64 docker.io3.17GB2024-10-21 17:47
203

docker.io/gitlab/gitlab-ee:17.6.1-ee.0

linux/amd64 docker.io3.86GB2024-11-30 10:18
188

docker.io/gitlab/gitlab-ee:17.7.0-ee.0

linux/amd64 docker.io3.90GB2024-12-27 21:45
161

docker.io/gitlab/gitlab-ee:17.8.1-ee.0

linux/amd64 docker.io3.90GB2025-01-24 13:06
172

docker.io/gitlab/gitlab-ee:17.9.2-ee.0

linux/amd64 docker.io3.94GB2025-03-14 21:40
265

docker.io/gitlab/gitlab-ee:17.6.2-ee.0

linux/amd64 docker.io3.86GB2025-03-27 14:45
86

docker.io/gitlab/gitlab-ee:17.9.8-ee.0

linux/amd64 docker.io3.99GB2025-05-09 22:57
85

docker.io/gitlab/gitlab-ee:13.2.4-ee.0

linux/amd64 docker.io2.09GB2025-05-11 21:54
75

docker.io/gitlab/gitlab-ee:17.11.2-ee.0

linux/amd64 docker.io4.07GB2025-05-12 17:10
79

docker.io/gitlab/gitlab-ee:18.0.1-ee.0

linux/amd64 docker.io4.00GB2025-05-30 09:03
127

docker.io/gitlab/gitlab-ee:18.1.0-ee.0

linux/amd64 docker.io4.04GB2025-06-23 11:22
101

docker.io/gitlab/gitlab-ee:18.1.1-ee.0

linux/amd64 docker.io4.04GB2025-07-05 20:59
72

docker.io/gitlab/gitlab-ee:17.11.4-ee.0

linux/amd64 docker.io4.09GB2025-07-05 22:38
41

docker.io/gitlab/gitlab-ee:17.11.6-ee.0

linux/amd64 docker.io4.09GB2025-07-13 22:11
44

docker.io/gitlab/gitlab-ee:18.0.5-ee.0

linux/amd64 docker.io4.00GB2025-07-31 22:28
9