docker.io/gitlab/gitlab-ce:11.11.8-ce.0 linux/amd64

docker.io/gitlab/gitlab-ce:11.11.8-ce.0 - 国内下载镜像源 浏览次数:37 安全受验证的发布者-Gitlab
🎉 根据 Docker Hub 官方文档,这个镜像名是 GitLab CE(Community Edition)的官方容器镜像。下面是一个简单的描述:

GitLab CE 是一个开源的版本控制系统,提供了基本的功能,如代码存储、分支管理、 issue tracking 等等。

源镜像 docker.io/gitlab/gitlab-ce:11.11.8-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:11.11.8-ce.0
镜像ID sha256:1e938af658a79cf01617511d46a83471691701b6678703e7ca07d43280e975ca
镜像TAG 11.11.8-ce.0
大小 1.86GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 37 次
贡献者
镜像创建 2019-08-09T22:32:35.928049625Z
同步时间 2025-01-10 18:24
更新时间 2025-01-18 10:52
开放端口
22/tcp 443/tcp 80/tcp
环境变量
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 TERM=xterm
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 16.04 扫描引擎: Trivy 扫描时间: 2025-01-10 18:26

低危漏洞:92 中危漏洞:110 高危漏洞:2 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2019-08-10 06:32:35  0.00B 
/bin/sh -c #(nop)  HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" '\x05'}
                        
# 2019-08-10 06:32:35  0.00B 
/bin/sh -c #(nop)  CMD ["/assets/wrapper"]
                        
# 2019-08-10 06:32:35  0.00B 
/bin/sh -c #(nop)  VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2019-08-10 06:32:35  0.00B 
/bin/sh -c #(nop)  EXPOSE 22 443 80
                        
# 2019-08-10 06:32:35  0.00B 
/bin/sh -c #(nop)  ENV TERM=xterm
                        
# 2019-08-10 06:32:35  0.00B 
/bin/sh -c #(nop)  ENV PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2019-08-10 06:31:51  1.66GB 
/bin/sh -c /assets/setup
                        
# 2019-08-10 06:29:57  11.01KB 
/bin/sh -c #(nop) COPY dir:ded3cb378e31c1873607f80a4ce2ae4b6342b009b5ecc7f6b7bdfe923bf4ec06 in /assets/ 
                        
# 2019-08-10 06:29:57  159.00B 
/bin/sh -c #(nop) COPY file:16fa6ed7386b248e4b3f02a0f329fffda3520cf664e75812873f7b66e8b3359c in / 
                        
# 2019-08-10 06:29:57  9.00B 
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
                        
# 2019-08-10 06:29:57  0.00B 
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
                        
# 2019-08-10 06:29:56  71.71MB 
/bin/sh -c apt-get update -q     && DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends       ca-certificates       openssh-server       wget       apt-transport-https       vim       tzdata       nano     && rm -rf /var/lib/apt/lists/*     && sed 's/session\s*required\s*pam_loginuid.so/session optional pam_loginuid.so/g' -i /etc/pam.d/sshd
                        
# 2019-08-10 06:29:37  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2019-08-10 06:29:37  0.00B 
/bin/sh -c #(nop)  SHELL [/bin/sh -c]
                        
# 2019-08-10 06:29:37  0.00B 
/bin/sh -c #(nop)  MAINTAINER GitLab Inc. <support@gitlab.com>
                        
# 2019-07-23 23:22:34  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2019-07-23 23:22:33  7.00B 
/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
                        
# 2019-07-23 23:22:33  745.00B 
/bin/sh -c set -xe 		&& echo '#!/bin/sh' > /usr/sbin/policy-rc.d 	&& echo 'exit 101' >> /usr/sbin/policy-rc.d 	&& chmod +x /usr/sbin/policy-rc.d 		&& dpkg-divert --local --rename --add /sbin/initctl 	&& cp -a /usr/sbin/policy-rc.d /sbin/initctl 	&& sed -i 's/^exit.*/exit 0/' /sbin/initctl 		&& echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup 		&& echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean 	&& echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean 	&& echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean 		&& echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages 		&& echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes 		&& echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
                        
# 2019-07-23 23:22:32  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2019-07-23 23:22:31  120.28MB 
/bin/sh -c #(nop) ADD file:603693e48cdc7f0c5c62119923aadbb266e5df5a5002fc0f61295858f91690e8 in / 
                        
                    

镜像信息

{
    "Id": "sha256:1e938af658a79cf01617511d46a83471691701b6678703e7ca07d43280e975ca",
    "RepoTags": [
        "gitlab/gitlab-ce:11.11.8-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:11.11.8-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:b7984ccd721e90588e886a895338fbde622b24f07b1f12c8187c225004098362",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:b7984ccd721e90588e886a895338fbde622b24f07b1f12c8187c225004098362"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2019-08-09T22:32:35.928049625Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.1",
    "Author": "GitLab Inc. \u003csupport@gitlab.com\u003e",
    "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",
            "TERM=xterm"
        ],
        "Cmd": [
            "/assets/wrapper"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"
            ],
            "Interval": 60000000000,
            "Timeout": 30000000000,
            "Retries": 5
        },
        "Image": "sha256:63c42ea2631b503f37dd48b4e0b70f0b3adc890ce178c9f1413c153df93a5609",
        "Volumes": {
            "/etc/gitlab": {},
            "/var/log/gitlab": {},
            "/var/opt/gitlab": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null,
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1855330534,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c8488830836ed77f406a3ea509af4e37f4d76bbd61587ba64c050263b9a25237/diff:/var/lib/docker/overlay2/6bea4bc1413e2eb6dad315ba9b93ed7e6b6d3bf0e53c46333ec90daadc23e49d/diff:/var/lib/docker/overlay2/cbde90a193d78c096e1e04ec41392ece6a69af042831151b3924d5331e94b0eb/diff:/var/lib/docker/overlay2/9ece5c300c433a0c43e2a1775214b451cd642889e5dea46ec6520ac0cdfdcf89/diff:/var/lib/docker/overlay2/b9755a8c244452342b840ed2568e2567ce05c1d24f7baf76d27cbf8728523c26/diff:/var/lib/docker/overlay2/5131125a36606e260ce7188ef3e26249fac51001ba4c58e43a4615ab29e42953/diff:/var/lib/docker/overlay2/3a1bd7276f42fc769018156296a372869e810341954a74a23460eb09c4cf0e10/diff:/var/lib/docker/overlay2/4c74c4eec10a22941780b2ffdaf148bb7e806ac13b3492db3f648d4449bbf5c5/diff:/var/lib/docker/overlay2/4b1111c1de2cdbbe75cd6d0c2b952a4432515718f1ff938fb1ec6c7b2c5c4eaf/diff",
            "MergedDir": "/var/lib/docker/overlay2/739f4987f4eb71761dd9e3c3481ece6276a5034dd4b1e8b1caa2e23ee6385c75/merged",
            "UpperDir": "/var/lib/docker/overlay2/739f4987f4eb71761dd9e3c3481ece6276a5034dd4b1e8b1caa2e23ee6385c75/diff",
            "WorkDir": "/var/lib/docker/overlay2/739f4987f4eb71761dd9e3c3481ece6276a5034dd4b1e8b1caa2e23ee6385c75/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f749b9b0fb213e9897417a985aaa9753d41bff474e1d0c0d1d266c4512eaf031",
            "sha256:2558e637fbff95178cb4b43e0ca5f20a04ddeaf9673053bfa4dc10c72833d15a",
            "sha256:aeda103e78c90b573700d64f6660efda378b59fe3e636ebfa28a0a105e2e2168",
            "sha256:e79142719515e5304607fdd9adeb31db96b7acf00cabadac2678b056ed83bca6",
            "sha256:abd6b78b2fb12da5456b2aa16436715f6e7772180ad365a0fc0aef376c7b2c76",
            "sha256:1eac6eb79e380fbbe3deafc94f9194e0031714062017280dd7c2fb40324585cb",
            "sha256:5b03d578b27bfd5b547e9a7f253ca55e599c077d6f3c6e3d4a1d5b6036de803d",
            "sha256:37d722c8c917efd8730c9d6c75afdd0f77ffa03324112117ab4ac8455c9cdb59",
            "sha256:f4c78ae22f3ea59ec3650605149a04961b897d80f812a1635cdb8fe4cff90557",
            "sha256:bcce8815f4fe2612387f80a818445e4739b320a836c7c6e509681fe3db54e288"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-10T18:23:21.509063304+08:00"
    }
}

更多版本

docker.io/gitlab/gitlab-ce:16.11.4-ce.0

linux/amd64 docker.io2.88GB2024-06-19 22:26
408

docker.io/gitlab/gitlab-ce:17.0.2-ce.0

linux/amd64 docker.io2.86GB2024-06-19 22:38
219

docker.io/gitlab/gitlab-ce:17.1.1-ce.0

linux/amd64 docker.io2.92GB2024-06-28 17:26
425

docker.io/gitlab/gitlab-ce:17.0.3-ce.0

linux/amd64 docker.io2.85GB2024-07-05 10:22
1565

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

linux/amd64 docker.io2.93GB2024-07-12 11:35
461

docker.io/gitlab/gitlab-ce:17.2.0-ce.0

linux/amd64 docker.io2.95GB2024-07-19 11:19
585

docker.io/gitlab/gitlab-ce:17.2.1-ce.0

linux/amd64 docker.io2.95GB2024-07-28 09:08
276

docker.io/gitlab/gitlab-ce:17.2.2-ce.0

linux/amd64 docker.io2.95GB2024-08-08 14:35
364

docker.io/gitlab/gitlab-ce:13.8.8-ce.0

linux/amd64 docker.io2.17GB2024-08-20 15:02
346

docker.io/gitlab/gitlab-ce:17.3.1-ce.0

linux/amd64 docker.io3.03GB2024-08-26 13:30
314

docker.io/gitlab/gitlab-ce:14.9.5-ce.0

linux/amd64 docker.io2.45GB2024-08-27 16:09
291

docker.io/gitlab/gitlab-ce:14.10.5-ce.0

linux/amd64 docker.io2.46GB2024-08-27 16:16
351

docker.io/gitlab/gitlab-ce:15.0.5-ce.0

linux/amd64 docker.io2.49GB2024-08-27 16:23
172

docker.io/gitlab/gitlab-ce:15.4.6-ce.0

linux/amd64 docker.io2.72GB2024-08-27 16:47
288

docker.io/gitlab/gitlab-ce:15.11.13-ce.0

linux/amd64 docker.io2.96GB2024-08-27 16:55
175

docker.io/gitlab/gitlab-ce:16.3.8-ce.0

linux/amd64 docker.io2.85GB2024-08-27 17:03
188

docker.io/gitlab/gitlab-ce:16.7.9-ce.0

linux/amd64 docker.io2.89GB2024-08-27 17:12
148

docker.io/gitlab/gitlab-ce:16.11.8-ce.0

linux/amd64 docker.io2.88GB2024-08-27 17:20
204

docker.io/gitlab/gitlab-ce:14.8.2-ce.0

linux/amd64 docker.io2.38GB2024-08-28 01:27
141

docker.io/gitlab/gitlab-ce:17.3.2-ce.0

linux/amd64 docker.io3.02GB2024-09-13 11:44
200

docker.io/gitlab/gitlab-ce:17.3.3-ce.0

linux/amd64 docker.io3.02GB2024-09-19 02:33
171

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

linux/amd64 docker.io3.08GB2024-09-20 10:02
211

docker.io/gitlab/gitlab-ce:17.3.4-ce.0

linux/amd64 docker.io3.02GB2024-09-26 12:44
188

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

linux/amd64 docker.io3.08GB2024-09-26 12:50
638

docker.io/gitlab/gitlab-ce:16.3.9-ce.0

linux/amd64 docker.io2.85GB2024-09-27 02:13
185

docker.io/gitlab/gitlab-ce:16.7.10-ce.0

linux/amd64 docker.io2.89GB2024-09-27 02:19
176

docker.io/gitlab/gitlab-ce:16.11.10-ce.0

linux/amd64 docker.io2.88GB2024-09-27 02:24
158

docker.io/gitlab/gitlab-ce:14.3.0-ce.0

linux/amd64 docker.io2.29GB2024-10-09 10:55
116

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

linux/amd64 docker.io3.08GB2024-10-11 11:03
378

docker.io/gitlab/gitlab-ce:17.2.9-ce.0

linux/amd64 docker.io2.99GB2024-10-11 11:53
117

docker.io/gitlab/gitlab-ce:17.3.5-ce.0

linux/amd64 docker.io3.02GB2024-10-17 17:28
265

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

linux/amd64 docker.io3.40GB2024-10-18 22:03
369

docker.io/gitlab/gitlab-ce:17.5.1-ce.0

linux/amd64 docker.io3.43GB2024-10-26 12:24
289

docker.io/gitlab/gitlab-ce:17.4.3-ce.0

linux/amd64 docker.io3.10GB2024-10-31 09:38
120

docker.io/gitlab/gitlab-ce:16.11.1-ce.0

linux/amd64 docker.io2.87GB2024-11-06 08:34
71

docker.io/gitlab/gitlab-ce:13.12.15-ce.0

linux/amd64 docker.io2.25GB2024-11-06 11:01
74

docker.io/gitlab/gitlab-ce:17.3.6-ce.0

linux/amd64 docker.io3.02GB2024-11-13 11:39
79

docker.io/gitlab/gitlab-ce:17.5.2-ce.0

linux/amd64 docker.io3.43GB2024-11-14 09:47
99

docker.io/gitlab/gitlab-ce:17.4.4-ce.0

linux/amd64 docker.io3.12GB2024-11-19 12:10
85

docker.io/gitlab/gitlab-ce:17.6.0-ce.0

linux/amd64 docker.io3.50GB2024-11-23 14:07
105

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

linux/amd64 docker.io3.50GB2024-11-27 12:16
85

docker.io/gitlab/gitlab-ce:17.4.5-ce.0

linux/amd64 docker.io3.12GB2024-12-09 16:39
57

docker.io/gitlab/gitlab-ce:11.1.4-ce.0

linux/amd64 docker.io1.46GB2024-12-12 10:27
59

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

linux/amd64 docker.io3.50GB2024-12-14 10:38
78

docker.io/gitlab/gitlab-ce:17.4.6-ce.0

linux/amd64 docker.io3.12GB2024-12-16 19:55
55

docker.io/gitlab/gitlab-ce:17.5.4-ce.0

linux/amd64 docker.io3.43GB2024-12-16 22:01
60

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

linux/amd64 docker.io3.54GB2024-12-20 16:21
119

docker.io/gitlab/gitlab-ce:11.10.8-ce.0

linux/amd64 docker.io1.76GB2025-01-09 14:22
28

docker.io/gitlab/gitlab-ce:11.10.6-ce.0

linux/amd64 docker.io1.76GB2025-01-09 15:35
37

docker.io/gitlab/gitlab-ce:11.11.8-ce.0

linux/amd64 docker.io1.86GB2025-01-10 18:24
36

docker.io/gitlab/gitlab-ce:12.0.12-ce.0

linux/amd64 docker.io1.81GB2025-01-10 18:28
37

docker.io/gitlab/gitlab-ce:12.1.17-ce.0

linux/amd64 docker.io1.85GB2025-01-10 18:30
35

docker.io/gitlab/gitlab-ce:13.0.14-ce.0

linux/amd64 docker.io1.82GB2025-01-10 18:33
45

docker.io/gitlab/gitlab-ce:11.0.6-ce.0

linux/amd64 docker.io1.46GB2025-01-10 18:56
45

docker.io/gitlab/gitlab-ce:10.8.7-ce.0

linux/amd64 docker.io1.48GB2025-01-13 10:07
31

docker.io/gitlab/gitlab-ce:12.10.14-ce.0

linux/amd64 docker.io2.00GB2025-01-13 14:11
36

docker.io/gitlab/gitlab-ce:13.1.11-ce.0

linux/amd64 docker.io1.87GB2025-01-13 14:59
27

docker.io/gitlab/gitlab-ce:14.0.12-ce.0

linux/amd64 docker.io2.21GB2025-01-13 15:14
40

docker.io/gitlab/gitlab-ce:14.3.6-ce.0

linux/amd64 docker.io2.29GB2025-01-17 13:39
14