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

docker.io/gitlab/gitlab-ee:18.4.6-ee.0 - 国内下载镜像源 浏览次数:9 安全受验证的发布者-Gitlab
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:18.4.6-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.4.6-ee.0
镜像ID sha256:31281efc25bdbdac219700d759c5f4dcb575d65ee013bfdfac0bdcb2562b464a
镜像TAG 18.4.6-ee.0
大小 4.19GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/init-container
启动入口
工作目录
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-12-10T05:08:32.022151349Z
同步时间 2026-02-13 09:50
开放端口
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.4.6-ee.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.4.6-ee.0  docker.io/gitlab/gitlab-ee:18.4.6-ee.0

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:31281efc25bdbdac219700d759c5f4dcb575d65ee013bfdfac0bdcb2562b464a",
    "RepoTags": [
        "gitlab/gitlab-ee:18.4.6-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.4.6-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:bf00fecd498d260b609704e1e796337d5adfe36620ecfc0785e18939dd1fcab7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:78cd640381d74f2afc9cd1680a2a4cb633791b4e6a6f0109d2dbc618d7fd8433"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-10T05:08:32.022151349Z",
    "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": 4185006284,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f9a84dcb27324ca01d5ecbdbab05f6edf275a79632f68d533a33160dff915038/diff:/var/lib/docker/overlay2/0b1cd4608303ced83ffef47e565463d20eaf5c6cf764b56b0a7101968c1475ef/diff:/var/lib/docker/overlay2/42b2880f7f62a2900caed915b35cc52b8ed17fd7a1fb91626a5abe86a40325c8/diff:/var/lib/docker/overlay2/d97611ce8918065fc808fa2415688452da36c6f06ac0cdb998d6e4827ebd7b19/diff:/var/lib/docker/overlay2/d9ba3fe2d7e44fd0a9208793d305558aed3548bd5d98600568c08d4e66aa0a7a/diff:/var/lib/docker/overlay2/3513e3ffc485f6d261a6ad39e41976745171246b593cdc8ed2d71157770a9674/diff:/var/lib/docker/overlay2/bbf10c3e62ab447d39e5ff35b7249a380765985adfe00a9cb925d407b0dc51d8/diff:/var/lib/docker/overlay2/eb70712178461cb65c5a956187c966c31d60ac41eacf62af98ead2c9415d1d0a/diff",
            "MergedDir": "/var/lib/docker/overlay2/d6f94bc50b4a82250f8f5a2bf5c3cb70eb7a9ab32564153727d685c73d5aa6f4/merged",
            "UpperDir": "/var/lib/docker/overlay2/d6f94bc50b4a82250f8f5a2bf5c3cb70eb7a9ab32564153727d685c73d5aa6f4/diff",
            "WorkDir": "/var/lib/docker/overlay2/d6f94bc50b4a82250f8f5a2bf5c3cb70eb7a9ab32564153727d685c73d5aa6f4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e8bce0aabd687e9ee90e0bada33884f40b277196f72aac9934357472863a80ae",
            "sha256:326b3cef47a0aaf9da3f20254d39e5ac9c6ff1670ec356747fe34a1f6310bd45",
            "sha256:e45cb965ab87272539dbf4801c14a3f4468de1d10eab56dbf6f02fae0c094a06",
            "sha256:d082cd420f052273c1bc3c12d0a9e61b9c88227910d2c9d8e75fa3f553c3f2ec",
            "sha256:104d2ea298f73a1317be38ff3ea54dd64cd4e5d0e9927dec770daada45143d81",
            "sha256:9440245500f9f19a55bf5d44ff0716eb6c07bc60c4af7cba17bde3365cf461e2",
            "sha256:02c16d5044b5441aabd52b7de5d6ffe9d0c82ff7ee416ec0d7128091cba0508f",
            "sha256:6485f40f6e9603acaa788b4d2b6216d493513895520f650b6512161bc6fa2369",
            "sha256:327c5293ebf9b1da2545d21a29a53b35b9e12b32e968de0fc27710ef5745004d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-13T09:45:26.93029505+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io4.13GB2025-08-29 14:33
272

docker.io/gitlab/gitlab-ee:nightly

linux/amd64 docker.io4.10GB2025-09-06 01:01
1051

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

linux/amd64 docker.io3.19GB2025-09-11 00:02
171

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

linux/amd64 docker.io4.20GB2025-09-30 18:07
172

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

linux/amd64 docker.io4.20GB2025-10-21 10:00
212

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

linux/amd64 docker.io4.13GB2025-10-24 00:51
160

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

linux/amd64 docker.io4.27GB2025-11-16 11:29
155

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

linux/amd64 docker.io4.30GB2025-11-24 10:42
127

docker.io/gitlab/gitlab-ee:latest

linux/amd64 docker.io4.30GB2025-12-02 16:42
175

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

linux/amd64 docker.io4.30GB2025-12-06 21:48
107

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

linux/amd64 docker.io3.19GB2025-12-15 12:45
151

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

linux/amd64 docker.io4.11GB2025-12-26 13:04
117

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

linux/amd64 docker.io4.25GB2025-12-27 18:14
134

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

linux/amd64 docker.io4.30GB2026-02-08 19:57
29

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

linux/amd64 docker.io4.19GB2026-02-13 09:50
8