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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:6dd2660fdbf3f2672d4c73dcde7db7b8eb12040f36728a4a537a8a2bbdf683d3",
    "RepoTags": [
        "gitlab/gitlab-ee:18.1.0-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.1.0-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:20ebc30ad0c50d4a2d054f38d1bcfbba27bf4d0321d8fc9a9ca578be3708dcef",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:7d1555f901ce94e4a9db23aebd262bc595f93f82b15ae01262cb3bbfffff6148"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-18T05:23:03.709291951Z",
    "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": 4040266182,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6bcf526ae06d3f8f4f2caf3e27a0f4462110c099c3583ff00f56716714fa6d74/diff:/var/lib/docker/overlay2/fb37c6799dcdbc2f2f0d1940851caaece20bc9775bb2a8a0a28f49b9a0693b1b/diff:/var/lib/docker/overlay2/f5b32a38af2704ab5654cbe39db7a4f66cea5ef23a7f425b3994435519b1e711/diff:/var/lib/docker/overlay2/f858ead4ba46de3a74572d2f109ab8de908730cfc5f30f081b3396ddb77ed685/diff:/var/lib/docker/overlay2/9f214057c1da737f5002c06683679fee95bca96cbb19c7f8eab5e68a583d6ef3/diff:/var/lib/docker/overlay2/50138c4ca254d76247455efabe2aa8818c0542bd50fe080b5387a256ec8da5a7/diff:/var/lib/docker/overlay2/20544dbf02ad8507c509654e9914016d220ba94d6bbc92325d218b1b7db86441/diff:/var/lib/docker/overlay2/0e56e32c3ae8d15f91be2b4b755fd2d1fa7feb4da62599264a36ac411f10f60d/diff",
            "MergedDir": "/var/lib/docker/overlay2/b7836675f316f6dc4bb5335adda2766f6001b502d682fd14a19d5eb42c99cd08/merged",
            "UpperDir": "/var/lib/docker/overlay2/b7836675f316f6dc4bb5335adda2766f6001b502d682fd14a19d5eb42c99cd08/diff",
            "WorkDir": "/var/lib/docker/overlay2/b7836675f316f6dc4bb5335adda2766f6001b502d682fd14a19d5eb42c99cd08/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a8346d259389bc6221b4f3c61bad4e48087c5b82308e8f53ce703cfc8333c7b3",
            "sha256:0ea1f05e5b372757be20a4b725c035dcfc853598d9018f35ad373b7ad4433111",
            "sha256:0276aad13298a574d01ee275b215719c60fc65803df7d7c8d10e4080a501c91a",
            "sha256:fa8caeb5e0ed9fd4f557c7c7e23f27ebccddac3a4707af4f7e73c36fbfeb319d",
            "sha256:651d780de120307403fdc4c8160df7485e27c26419e8d6be158fe5cecb04bc82",
            "sha256:4d1e6298f4cba1f80dbe7abff844b2751073c7bbbfae2724a2486e0e9846edf2",
            "sha256:882625a7a98fddc71c34d3ad3bd0d391d706d3e83174e34df678c4d5cf2f6334",
            "sha256:7226414eac23aa05e8b3656c21f0b62a8f971ff1762f33d4e122a415052444fe",
            "sha256:dd7d646970e55534a367f9682f6a9be52185152b287832c73101751ea35cf7a9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-23T11:17:58.030824843+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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