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

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

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

源镜像 docker.io/gitlab/gitlab-ce:13.1.11-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:13.1.11-ce.0
镜像ID sha256:07138739d0e262793280365967a00ad8f36337ded0aedb6f19f3f5b06ccfd5e6
镜像TAG 13.1.11-ce.0
大小 1.87GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 28 次
贡献者
镜像创建 2020-09-04T09:30:37.699653496Z
同步时间 2025-01-13 14:59
更新时间 2025-01-18 12:46
开放端口
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:13.1.11-ce.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:13.1.11-ce.0  docker.io/gitlab/gitlab-ce:13.1.11-ce.0

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2020-09-04 17:30:37  0.00B 
/bin/sh -c #(nop)  HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" '\x05'}
                        
# 2020-09-04 17:30:37  0.00B 
/bin/sh -c #(nop)  CMD ["/assets/wrapper"]
                        
# 2020-09-04 17:30:37  0.00B 
/bin/sh -c #(nop)  VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2020-09-04 17:30:37  0.00B 
/bin/sh -c #(nop)  EXPOSE 22 443 80
                        
# 2020-09-04 17:30:37  0.00B 
/bin/sh -c #(nop)  ENV TERM=xterm
                        
# 2020-09-04 17:30: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
                        
# 2020-09-04 17:29:49  1.67GB 
/bin/sh -c /assets/setup
                        
# 2020-09-04 17:28:04  11.86KB 
/bin/sh -c #(nop) COPY dir:b56a40e23bf6dec781709d121d1152a6f40b498a8c35089e41e1dd9b1e652a77 in /assets/ 
                        
# 2020-09-04 17:28:04  159.00B 
/bin/sh -c #(nop) COPY file:f9f659d38c667aeb2ac18cc99297ad1e3faeeb9bf9055efeea6f2283daf4fb2f in / 
                        
# 2020-09-04 17:28:04  9.00B 
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
                        
# 2020-09-04 17:28:03  0.00B 
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
                        
# 2020-09-04 17:28:03  71.89MB 
/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       less     && 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-09-04 17:27:45  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2020-09-04 17:27:45  0.00B 
/bin/sh -c #(nop)  SHELL [/bin/sh -c]
                        
# 2020-09-04 17:27:44  0.00B 
/bin/sh -c #(nop)  MAINTAINER GitLab Inc. <support@gitlab.com>
                        
# 2020-08-20 05:16:22  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2020-08-20 05:16:22  7.00B 
/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
                        
# 2020-08-20 05:16:21  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-08-20 05:16:19  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2020-08-20 05:16:18  126.79MB 
/bin/sh -c #(nop) ADD file:144835a276ed2d8eaf6e893d5560444fe0d6a6f9b9bdadec1eb56e7bd9814427 in / 
                        
                    

镜像信息

{
    "Id": "sha256:07138739d0e262793280365967a00ad8f36337ded0aedb6f19f3f5b06ccfd5e6",
    "RepoTags": [
        "gitlab/gitlab-ce:13.1.11-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:13.1.11-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:dd702f7671d8c784553fb59c768ef49a7d716ee61d5f4650e9c3703d3522ed91",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:dd702f7671d8c784553fb59c768ef49a7d716ee61d5f4650e9c3703d3522ed91"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2020-09-04T09:30:37.699653496Z",
    "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:db4b7a7d1e8da2d5ae6e1533b3646a3d2b5055c08a5459eebee0ff634fe042b7",
        "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": 1866557606,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0c5808066ea260a5b30227eccd920fd7b5f3cdf2d410511a582ddf3a499e3f5f/diff:/var/lib/docker/overlay2/8d76c0008524498429c83196c1cb31da834fea8525d93dad7ebb071c561ce998/diff:/var/lib/docker/overlay2/5abfeead5d576f9f7ef4758c4afc977dc50031e87eeb2a60a6bf0e9ade96ec28/diff:/var/lib/docker/overlay2/5040f009c728454ddccad5174540329acda7abfb9523f92db38e56641d4c5894/diff:/var/lib/docker/overlay2/ed1678d6bfadf0dfbb8949c27434ae3d9fa14d7e7be4a603d348d2aff6baba8e/diff:/var/lib/docker/overlay2/2ceb7f1c2f61fb3c9295d75dd1875ba9c38fb1c8b4434e975f277bce074632a4/diff:/var/lib/docker/overlay2/8106e7351525301f7db793a726f1e8f96254262125e37b2eddc3c8991687422a/diff:/var/lib/docker/overlay2/2047fd9f7b5b4fe38744963e9355654767f761ccf3dac1676cdde6849b4bed2f/diff:/var/lib/docker/overlay2/3b2dddb3224de05d6f643a4b803e44e7407aa5628ce2f7f43c91ba680ec677c2/diff",
            "MergedDir": "/var/lib/docker/overlay2/9e492896fcb244aa8866d77768836fb5245b2e9b47d818c2317fb04c94b9793c/merged",
            "UpperDir": "/var/lib/docker/overlay2/9e492896fcb244aa8866d77768836fb5245b2e9b47d818c2317fb04c94b9793c/diff",
            "WorkDir": "/var/lib/docker/overlay2/9e492896fcb244aa8866d77768836fb5245b2e9b47d818c2317fb04c94b9793c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e06660e80cf4fd425fd983f32d3682a9a6cd21728fb449d73e9272df6804bfcc",
            "sha256:41a253a417e6101be7476d5499cae21d90fde5caacb00e20efdcd17cc733962e",
            "sha256:87c1282613395a337e091a29f34bdd58f5f7200cc08ccf2613ecb30796a8348b",
            "sha256:dcc0cc99372e0cdd4d8f5e5308190caf01f03b981f34789bd825ad2faba41005",
            "sha256:5afa4b0f71f75e2090055b7b3ded3d4a8b21c8cbec24639a91b5dc568b8834eb",
            "sha256:6f26f71e4f7ddcba1d51632fa0a3e1572582f55c04746dfef23db6be2ebd1258",
            "sha256:89b465e2ce5a42223684be5dacf56231488f010a4041453ebdad4566eb746015",
            "sha256:e067cfac1f31ed745816d5c53f2c46006d0d04b93de7dfee6e5ce5b76650e217",
            "sha256:e937ff29731566746c29c0ce9b3ae80166781d80b46302ce5793ccbac71474b5",
            "sha256:fd13dc802569eb8c1027314e80c5156746a8cf9b15eadf0356bfafcf40cf5355"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-13T14:57:41.077171274+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
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