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

docker.io/gitlab/gitlab-ee:17.11.2-ee.0 - 国内下载镜像源 浏览次数:24 安全受验证的发布者-Gitlab
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:17.11.2-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.11.2-ee.0
镜像ID sha256:acba950b1bfd5d0b470a0286e7513893dfc45d43e7c6e1c31d1833d8ca183828
镜像TAG 17.11.2-ee.0
大小 4.07GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/init-container
启动入口
工作目录
OS/平台 linux/amd64
浏览量 24 次
贡献者
镜像创建 2025-05-07T11:14:44.745141425Z
同步时间 2025-05-12 17:10
更新时间 2025-05-15 22:43
开放端口
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:22.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 22.04: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#gitlab/gitlab-ee:17.11.2-ee.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.11.2-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:17.11.2-ee.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.11.2-ee.0  docker.io/gitlab/gitlab-ee:17.11.2-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:17.11.2-ee.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.11.2-ee.0  docker.io/gitlab/gitlab-ee:17.11.2-ee.0'

镜像构建历史


# 2025-05-07 19:14:44  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
                        
# 2025-05-07 19:14:44  0.00B 设置默认要执行的命令
CMD ["/assets/init-container"]
                        
# 2025-05-07 19:14:44  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2025-05-07 19:14:44  0.00B 声明容器运行时监听的端口
EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
                        
# 2025-05-07 19:14:44  0.00B 设置环境变量 TERM
ENV TERM=xterm
                        
# 2025-05-07 19:14:44  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-05-07 19:14:44  3.93GB 执行命令并创建新的镜像层
RUN |2 BASE_IMAGE=docker.io/ubuntu:22.04 TARGETARCH=amd64 /bin/sh -c chmod -R og-w /assets RELEASE ;   /assets/setup # buildkit
                        
# 2025-05-07 19:12:18  15.30KB 复制新文件或目录到容器中
COPY assets/ /assets/ # buildkit
                        
# 2025-05-07 19:12:18  378.00B 复制新文件或目录到容器中
COPY RELEASE / # buildkit
                        
# 2025-05-07 19:12:18  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-05-07 19:12:18  0.00B 设置环境变量 GITLAB_ALLOW_SHA1_RSA
ENV GITLAB_ALLOW_SHA1_RSA=false
                        
# 2025-05-07 19:12:18  9.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
                        
# 2025-05-07 19:12:18  0.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
                        
# 2025-05-07 19:12:18  725.74KB 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.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-05-07 19:12:18  0.00B 设置环境变量 EDITOR
ENV EDITOR=/bin/vi
                        
# 2025-05-07 19:12:18  63.26MB 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.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.34       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-05-07 19:11:54  32.00B 复制新文件或目录到容器中
COPY locale.gen /etc/locale.gen # buildkit
                        
# 2025-05-07 19:11:54  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-05-07 19:11:54  0.00B 
SHELL [/bin/sh -c]
                        
# 2025-05-07 19:11:54  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:22.04
                        
# 2025-05-07 19:11:54  0.00B 定义构建参数
ARG BASE_IMAGE=docker.io/ubuntu:22.04
                        
# 2025-04-28 17:44:42  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-28 17:44:42  77.86MB 
/bin/sh -c #(nop) ADD file:59e67123ba6a5d9eea9813e7b2a767696f767c15c5b23c61c4d5bd6ba6fa9ac6 in / 
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:acba950b1bfd5d0b470a0286e7513893dfc45d43e7c6e1c31d1833d8ca183828",
    "RepoTags": [
        "gitlab/gitlab-ee:17.11.2-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.11.2-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:f2a35b2034f265b83902ed66d5fcff02ee8e398249047bdabb89d4df2882e5bb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:f0370cf1cd9fabc6de0e9b6c8d29d351e7e28d7e62e8b5d173c9a43a0734028c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-07T11:14:44.745141425Z",
    "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:22.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": "22.04"
        },
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 4073966739,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0dd0896b3abc901108db4849a706e314cd2bfeb05c268e736f3f908675effad5/diff:/var/lib/docker/overlay2/50636c903a5f14cbfff3fcc9398f6dc4fa93c7ece9eb7195cabd71bff577c5a3/diff:/var/lib/docker/overlay2/9a60fe6b23f72480da816d50f3cfc71a8a94e0cc1866a0561a6d89db36bb8d3d/diff:/var/lib/docker/overlay2/7af772819253a25b7317c9ac623d91b8e3b635805e9f7d166961e7a375d4f224/diff:/var/lib/docker/overlay2/3ecb293825dd051dc3bf5a1637158403a0098434db626ff7cf442fbd91349023/diff:/var/lib/docker/overlay2/1bbd2edefa4ef2148bade336c7036b0b490b71cdb34a05ecae36c00ab04737c0/diff:/var/lib/docker/overlay2/e959836843b67260f502fee2c8ebb9f186eb27bf2100f519275c2d8b9789da8b/diff:/var/lib/docker/overlay2/4fcc5403e042c93b3ca4d38d146f8e6b90dd77bfab9e3b637ca3380d6edf5498/diff",
            "MergedDir": "/var/lib/docker/overlay2/21f6ad06833324f34f6cc484e845980f3729a2b64d75487a99d70c11ef310b22/merged",
            "UpperDir": "/var/lib/docker/overlay2/21f6ad06833324f34f6cc484e845980f3729a2b64d75487a99d70c11ef310b22/diff",
            "WorkDir": "/var/lib/docker/overlay2/21f6ad06833324f34f6cc484e845980f3729a2b64d75487a99d70c11ef310b22/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:346f14bf17b9846c3e67362b00c16c9085772033cb7c58742c4e1efa22466d38",
            "sha256:4b328d06694a5e456f70483aa3b14f43e187e2309baeeb0ee1bf26375b1005c8",
            "sha256:b777197318af94387ac573be21ba3a1c530e2b600ac17137dd73cb1a693ff46d",
            "sha256:7f1e138331ac04b2df1689477abd1aa5e05ccc5504891d5998dd4d3f91ac2b43",
            "sha256:9f75e379e9e2ac07b8f6fb89656bf6ec166f50344f49630061bdfb395ae52533",
            "sha256:a349a4e11d398d0b3990fed6b52d75c1119f1843034d9f7aae88b7958d844201",
            "sha256:fd5d687abafb34dfd6f2d557cc63827726e808ae3f6d45970ba252e5f28aad3e",
            "sha256:08d345118295e8d614f1bb003679fb4714e29ac862610b89a849d71cee993391",
            "sha256:78b198afd8f8a382dd039bc01680279f9796bcfcfea71436249e6a76fa457029"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-12T17:05:50.831355819+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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