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

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

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

源镜像 docker.io/gitlab/gitlab-ce:11.0.6-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:11.0.6-ce.0
镜像ID sha256:719e4f26492fba7d8f491667f9aaf610326527acbf501142f2ea05328dbe9411
镜像TAG 11.0.6-ce.0
大小 1.46GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 46 次
贡献者
镜像创建 2018-08-27T13:23:17.086200993Z
同步时间 2025-01-10 18:56
更新时间 2025-01-18 10:51
开放端口
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 TERM=xterm
镜像安全扫描 查看Trivy扫描报告

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

低危漏洞:139 中危漏洞:186 高危漏洞:13 严重漏洞:0

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2018-08-27 21:23:17  0.00B 
/bin/sh -c #(nop)  HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail"] "1m0s" "30s" "0s" '\x05'}
                        
# 2018-08-27 21:23:09  0.00B 
/bin/sh -c #(nop)  CMD ["/assets/wrapper"]
                        
# 2018-08-27 21:23:01  0.00B 
/bin/sh -c #(nop)  VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2018-08-27 21:22:52  0.00B 
/bin/sh -c #(nop)  EXPOSE 22 443 80
                        
# 2018-08-27 21:22:44  0.00B 
/bin/sh -c #(nop)  ENV TERM=xterm
                        
# 2018-08-27 21:22:37  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
                        
# 2018-08-27 21:22:29  1.27GB 
/bin/sh -c /assets/setup
                        
# 2018-08-27 21:20:42  9.87KB 
/bin/sh -c #(nop) COPY dir:3efc626f761e3f82b36a87d3dc7e7c67c7612ec69c43c47b4ae21dff9ac250d7 in /assets/ 
                        
# 2018-08-27 21:20:41  185.00B 
/bin/sh -c #(nop) COPY file:7326548a34940ce813059b8a433a1e5f2ac8abac09c2ddb11f8d552308d3de97 in / 
                        
# 2018-08-27 21:20:40  9.00B 
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
                        
# 2018-08-27 21:20:38  0.00B 
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
                        
# 2018-08-27 21:20:37  71.68MB 
/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
                        
# 2018-08-27 21:20:12  0.00B 
/bin/sh -c #(nop)  SHELL [/bin/sh -c]
                        
# 2018-08-27 21:20:11  0.00B 
/bin/sh -c #(nop)  MAINTAINER GitLab Inc. <support@gitlab.com>
                        
# 2018-08-23 01:31:32  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2018-08-23 01:31:32  7.00B 
/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
                        
# 2018-08-23 01:31:31  2.76KB 
/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
                        
# 2018-08-23 01:31:30  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2018-08-23 01:31:29  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
                        
# 2018-08-23 01:31:28  114.99MB 
/bin/sh -c #(nop) ADD file:a83ab1826f43e88bc0d3ab6230f14cb9b2dacab70c762c3bfc555eda733b292c in / 
                        
                    

镜像信息

{
    "Id": "sha256:719e4f26492fba7d8f491667f9aaf610326527acbf501142f2ea05328dbe9411",
    "RepoTags": [
        "gitlab/gitlab-ce:11.0.6-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:11.0.6-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:642c0e7b6e282ff5a96914f1806d3f4b3201f48fa88a505f6c75938d824c70f7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:642c0e7b6e282ff5a96914f1806d3f4b3201f48fa88a505f6c75938d824c70f7"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2018-08-27T13:23:17.086200993Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.06.1-ce",
    "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",
            "TERM=xterm"
        ],
        "Cmd": [
            "/assets/wrapper"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/opt/gitlab/bin/gitlab-healthcheck --fail"
            ],
            "Interval": 60000000000,
            "Timeout": 30000000000,
            "Retries": 5
        },
        "ArgsEscaped": true,
        "Image": "sha256:6981cf1620cfba5678f1275d9ba6944621ead5ef1806b7c87ff6b5600dd88726",
        "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": 1457207554,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/32ef779ee94ae65c60de93c1ccf0db3fbde04c2a12f0f7dcc5104a85704d3a7f/diff:/var/lib/docker/overlay2/9125e7b8f72e182be1e6d9b90a209c567e78830fee7fc3946d60bd11902a61eb/diff:/var/lib/docker/overlay2/e370bd73244f4d1cdcd83b906afb6cfa68ff786e5b821cd08f7b6a86c2451617/diff:/var/lib/docker/overlay2/1226b0a6f0418751bf2c5fa6a2e7932d5864f7284251b4b5453ae2f9b25d3afd/diff:/var/lib/docker/overlay2/3ba691e0b84d0aef82bf5e5cf618e466c64a12c5a351364deac6bf86a57644fd/diff:/var/lib/docker/overlay2/fe8a9a7806dc90bbc3beb1d1d56c90ce17f09d4c4ec950c26b9d787cf5c6c999/diff:/var/lib/docker/overlay2/2182f23ca403fa6f287388dfaa8a058f52280e72825e8a543aba79d09954226b/diff:/var/lib/docker/overlay2/5708d8a02be639785b1af51db001dbcaab65ea139dac483a299c61a7035dd700/diff:/var/lib/docker/overlay2/1deea6dcbb033dcdf4365a95703bd41cc73948d5752eedfb96619632c5f3d6b8/diff:/var/lib/docker/overlay2/e0895e39485967b3711cc9f8b159d0a173317ab207ca09d915d60ef5ab06693c/diff",
            "MergedDir": "/var/lib/docker/overlay2/15161390a1139ddc562067595b174df39acdfddc1b9c6725a19e0908813fcb3d/merged",
            "UpperDir": "/var/lib/docker/overlay2/15161390a1139ddc562067595b174df39acdfddc1b9c6725a19e0908813fcb3d/diff",
            "WorkDir": "/var/lib/docker/overlay2/15161390a1139ddc562067595b174df39acdfddc1b9c6725a19e0908813fcb3d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8823818c474862932702f8a920abea43b2560ddceb910d145be9ba0eb149a643",
            "sha256:4a7a5ec0f29e4172be88650833b9e6ba9e3dd6c231359357a778bdc6bfbbe86f",
            "sha256:87a2d000062258f5b4628561771fa14780688808cf6df7cb93f948695b96e1f8",
            "sha256:07663827a77f781d46aaeb1b1492484f45970d1cdd5b9e1e4e35680ce15d41d9",
            "sha256:d7232280c8c479f251dffc9baf4eb025b8d372820678fac87fe0c4dde00ca9cb",
            "sha256:e74706bb69542c3fdef7e9321a7e6c7db0e531b205a23fc0d46ae3ad3ca40de8",
            "sha256:e38544e38eea0fdfdbeeff3358b5a101b90658f35a22bab78691210f6e26bdbc",
            "sha256:f4a7ddefa722d979cec559a7902fece6746f01605044dfdaae6c5d67b53ae6d6",
            "sha256:7caa54b094a1dccfb2dcee0a9dd6833a0c32602fda748bea2ce0ff45191fea5f",
            "sha256:129b55984463290532acb46f7b3b07893ad482dac50eb5afd82b042e1d1d6b67",
            "sha256:9536afb8022de5bca962c203feb8332fe07d40eaf3b35bc6ed69da14b4f3aef8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-10T18:55:13.049654046+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
37

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
36

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
28

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