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

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

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

源镜像 docker.io/gitlab/gitlab-ce:12.10.14-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:12.10.14-ce.0
镜像ID sha256:e4e2cab224d627fcc5c1b02c7da192eaf92f255f62a361ce634cf0d51d3f3a2a
镜像TAG 12.10.14-ce.0
大小 2.00GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 37 次
贡献者
镜像创建 2020-07-06T20:37:22.850874628Z
同步时间 2025-01-13 14:11
更新时间 2025-01-18 12:38
开放端口
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

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2020-07-07 04:37:22  0.00B 
/bin/sh -c #(nop)  HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" '\x05'}
                        
# 2020-07-07 04:37:22  0.00B 
/bin/sh -c #(nop)  CMD ["/assets/wrapper"]
                        
# 2020-07-07 04:37:22  0.00B 
/bin/sh -c #(nop)  VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2020-07-07 04:37:22  0.00B 
/bin/sh -c #(nop)  EXPOSE 22 443 80
                        
# 2020-07-07 04:37:22  0.00B 
/bin/sh -c #(nop)  ENV TERM=xterm
                        
# 2020-07-07 04:37:22  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
                        
# 2020-07-07 04:36:32  1.80GB 
/bin/sh -c /assets/setup
                        
# 2020-07-07 04:34:37  11.47KB 
/bin/sh -c #(nop) COPY dir:6f4ca4f4e859896e8480fc2db7a492d9da8a397da1d8e7a22d99936670179cbb in /assets/ 
                        
# 2020-07-07 04:34:36  161.00B 
/bin/sh -c #(nop) COPY file:a410eeb64a99265f5fd05caacdf7baa1781dd072d31dc8a6f0254dc178e79f33 in / 
                        
# 2020-07-07 04:34:36  9.00B 
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
                        
# 2020-07-07 04:34:36  0.00B 
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
                        
# 2020-07-07 04:34:35  71.64MB 
/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
                        
# 2020-07-07 04:34:17  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2020-07-07 04:34:17  0.00B 
/bin/sh -c #(nop)  SHELL [/bin/sh -c]
                        
# 2020-07-07 04:34:17  0.00B 
/bin/sh -c #(nop)  MAINTAINER GitLab Inc. <support@gitlab.com>
                        
# 2020-06-17 09:21:29  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2020-06-17 09:21:29  7.00B 
/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
                        
# 2020-06-17 09:21:28  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
                        
# 2020-06-17 09:21:27  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2020-06-17 09:21:26  125.37MB 
/bin/sh -c #(nop) ADD file:52af30f80ba214985a59cb0ef7073c64f8514d58396c0de48f8d7056dec2a58a in / 
                        
                    

镜像信息

{
    "Id": "sha256:e4e2cab224d627fcc5c1b02c7da192eaf92f255f62a361ce634cf0d51d3f3a2a",
    "RepoTags": [
        "gitlab/gitlab-ce:12.10.14-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:12.10.14-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:918b5377bc06d3ed5215a00071d46e5030a68459250803fba5ae4013aa77d102",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:918b5377bc06d3ed5215a00071d46e5030a68459250803fba5ae4013aa77d102"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2020-07-06T20:37:22.850874628Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.0",
    "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:299dd35f40cfcb9202b5420d5d7a801fb9cd6c7284aea2bfac58739edc51d77d",
        "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": 2001887180,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/58a851388991f5b18ccef1c4a8df9ffb0c8936423119d9e539830b7bb04939cf/diff:/var/lib/docker/overlay2/57dcbc21bafc4856185a36805b4329cb6fd6b7c75f81fa14c7e4a0389731ec9f/diff:/var/lib/docker/overlay2/8d6c7e1b00592db51232889dc84467c511789d74d9c8eae249ca40047bd0a7e5/diff:/var/lib/docker/overlay2/2f0f817059fd1a2080a2630240a3cf56fd765a4289799a5c5c2b2df67096bcae/diff:/var/lib/docker/overlay2/6e7ee0221ffb94d45245747b73a8a3a0823c4b16882a67b52b90372f2a698ed0/diff:/var/lib/docker/overlay2/93c49630f05e5bd0c825c6d9168d628998bb6ec16aec2387ed33c9291ae487f2/diff:/var/lib/docker/overlay2/aba9f0c995b39910c355eb95c7c1b5075b42656f9dadf4e77f8486735832f9ca/diff:/var/lib/docker/overlay2/c22eea99fa41dbdf99fd26f9ed7639549746b614bf6eab119468d223703a39e6/diff:/var/lib/docker/overlay2/2e466092a51ab39e1ec5b53a3bf80500f0eda0a90ea075fd11a05c7f1864fdd3/diff",
            "MergedDir": "/var/lib/docker/overlay2/22c0c98081824e8450bf0395544627b843f0236f2eeb55e46c1a5594a6d93a29/merged",
            "UpperDir": "/var/lib/docker/overlay2/22c0c98081824e8450bf0395544627b843f0236f2eeb55e46c1a5594a6d93a29/diff",
            "WorkDir": "/var/lib/docker/overlay2/22c0c98081824e8450bf0395544627b843f0236f2eeb55e46c1a5594a6d93a29/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:88b486ee59d1151e41f4dcd3c80ce2c4ae113a6c03ba309bac442d57a1a9808c",
            "sha256:0cf0b0655e84ee8286a7071ff8397f15015bcc117ec2c3c446c15dbbd3233180",
            "sha256:f182989ffc12a65f2c064d46cdcc868eb988683a2d6d0edfba93846c7792711a",
            "sha256:21dabaeb6afb4a49601ad0f68f49f2dbf930bdf92275385415ad9c8ce328fc87",
            "sha256:ab8249d6ee141db55f1ee6b4d8c043c2b3f92d420c4a304eab4340b1fe5ea6a2",
            "sha256:f1287229809c54a951a3753aa8cbd180f458596e37f945ef80b386c0d45c9d02",
            "sha256:61319cbe109e344f5bb1bd23a9f6b110585f792211314722bebe4ee7195fdf9d",
            "sha256:13b514b048c328bb038155ec56da737f3d85322ee1068872b5b0eb3d4375fa97",
            "sha256:bd15f31b5ba0f5f75ccb1ce29c33a69ba48fee050f135032fdb5bf8fceef7ed5",
            "sha256:ad117ae4ee023d21e416c5b6d359e4a718fe67726523cfbba3c956e7b02e7822"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-13T14:09:43.751641566+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
61

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
29

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
46

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