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

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

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

源镜像 docker.io/gitlab/gitlab-ce:10.8.7-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:10.8.7-ce.0
镜像ID sha256:fbd8a7cae3e0b78cee681fabbc2c077329d2dfa3bb14afedb93a85dd34109484
镜像TAG 10.8.7-ce.0
大小 1.48GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 46 次
贡献者
镜像创建 2018-07-26T02:26:13.436490727Z
同步时间 2025-01-13 10:07
更新时间 2025-01-27 11:31
开放端口
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

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2018-07-26 10:26:13  0.00B 
/bin/sh -c #(nop)  HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail"] "1m0s" "30s" "0s" '\x05'}
                        
# 2018-07-26 10:26:06  0.00B 
/bin/sh -c #(nop)  CMD ["/assets/wrapper"]
                        
# 2018-07-26 10:25:58  0.00B 
/bin/sh -c #(nop)  VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2018-07-26 10:25:47  0.00B 
/bin/sh -c #(nop)  EXPOSE 22 443 80
                        
# 2018-07-26 10:25:39  0.00B 
/bin/sh -c #(nop)  ENV TERM=xterm
                        
# 2018-07-26 10:25:30  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-07-26 10:25:22  1.29GB 
/bin/sh -c /assets/setup
                        
# 2018-07-26 10:23:35  9.76KB 
/bin/sh -c #(nop) COPY dir:bb8fe31e91acbb0ac16226095d67463ea4419a01fcc238feae79dae4be1b1bb2 in /assets/ 
                        
# 2018-07-26 10:23:34  185.00B 
/bin/sh -c #(nop) COPY file:5e93ae043b1152c6c5a3beae3a9b865eb1dd3fedfb3d172a3af6f2c42e7a5914 in / 
                        
# 2018-07-26 10:23:33  9.00B 
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
                        
# 2018-07-26 10:23:32  0.00B 
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
                        
# 2018-07-26 10:23:30  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-07-26 10:23:08  0.00B 
/bin/sh -c #(nop)  SHELL [/bin/sh -c]
                        
# 2018-07-26 10:23:07  0.00B 
/bin/sh -c #(nop)  MAINTAINER GitLab Inc. <support@gitlab.com>
                        
# 2018-07-17 08:54:02  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2018-07-17 08:54:02  7.00B 
/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
                        
# 2018-07-17 08:54:02  2.76KB 
/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
                        
# 2018-07-17 08:54:01  0.00B 
/bin/sh -c rm -rf /var/lib/apt/lists/*
                        
# 2018-07-17 08:54:00  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-07-17 08:53:59  114.53MB 
/bin/sh -c #(nop) ADD file:7b8419bb9079c6d91ceeb2d0f35c46bcb8083d9d666eb21fda765ed755a07840 in / 
                        
                    

镜像信息

{
    "Id": "sha256:fbd8a7cae3e0b78cee681fabbc2c077329d2dfa3bb14afedb93a85dd34109484",
    "RepoTags": [
        "gitlab/gitlab-ce:10.8.7-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:10.8.7-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:2c95c07146df990e56f2099af072cfe6eb88ef4870b3e9e65d71f2db983dfa12",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:2c95c07146df990e56f2099af072cfe6eb88ef4870b3e9e65d71f2db983dfa12"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2018-07-26T02:26:13.436490727Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.06.0-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:8a6907918f7d90f9af4ececc177150e215f75238f645e96ba94bca93eadd4480",
        "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": 1478565782,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1eff076055865156d1eaee76dccedb796d9dc032fd185c5f7143f7256898ce4d/diff:/var/lib/docker/overlay2/c68e73dd2bf50146561d75c05af1de3ed1fed4a9eeaafc3f5cbb38530f1f2ce5/diff:/var/lib/docker/overlay2/351e2a02f969c869f5a135b30326886f1fb439487ba4bfbc601ca0b19058f0f2/diff:/var/lib/docker/overlay2/a86001818e0e100d0b022feb67d09cf071efa24cd4fea659d0fd5068c76616b8/diff:/var/lib/docker/overlay2/0c747e624b96fe8e6467163850cd4f1cdd58c15df22958031c37ef7bc6a36f10/diff:/var/lib/docker/overlay2/b749100a2d70a424bd3461139a7209c88548ac54a15321cd83fecb8c1eb80edb/diff:/var/lib/docker/overlay2/ad1aa1431916886e5a750cc71f35c74c9fc58e3bbc9ec7359aae81897fcd6bf7/diff:/var/lib/docker/overlay2/202d626b92b651cbdaac8aedc76db0c100f7d163477b26a39b30136372c6b649/diff:/var/lib/docker/overlay2/af4edcaf746f636bcb6eba81bf1f3d828e75380c53b37c8f3b54c8d97b373682/diff:/var/lib/docker/overlay2/ee9233d5ed47e77d2f95f121469fca16b2ce8482a9c3cb6b278d181186751d22/diff",
            "MergedDir": "/var/lib/docker/overlay2/2080017624fbaafc54521f38408997ded85e3e53f5cbf72196523989950b038b/merged",
            "UpperDir": "/var/lib/docker/overlay2/2080017624fbaafc54521f38408997ded85e3e53f5cbf72196523989950b038b/diff",
            "WorkDir": "/var/lib/docker/overlay2/2080017624fbaafc54521f38408997ded85e3e53f5cbf72196523989950b038b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:711e4cb62f50eb37292a0df824072b6a818211e3f9b3aae75a2067e65fa32eca",
            "sha256:a0e188d0e2789aeb82bd848958f432fbc19704bfa3337e0cad00545b43550f51",
            "sha256:6eaddaf493f101a62bb0875185e706424a33636db5d8a55945d63f6f870d7dd2",
            "sha256:07b9c3c04cbdf53317cb326fe3db42073366add5a8919f590e1574252ac6f8c9",
            "sha256:709bdd00b1a496a5ee836b8bc3e0f371fa114e9ff4cc524c0862696bbfc69c9c",
            "sha256:f158b6f1eb585fdc7be3ca8fbd4f87ce7e2e080438ba6dd660175e49158b36ef",
            "sha256:165a1f02ebfa56b2bd2d6738100ddf038bccf073b2ac1c8e2177fb481c3ded32",
            "sha256:75824b71368faa790a6bac27e067faeaf74e51694ca33a670ebb07e86a178c10",
            "sha256:932130b897cbb80c067139b8c7b6c1372b52f535b879502a3fe207f6d3ff1631",
            "sha256:4c57b713c80f434262b5ca98c9ede2b916129830c3db7fca48a36894191c5e8b",
            "sha256:e3fa49aafca710c43a65ed390accb15a5ff17619511636c7708e0d779d94070c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-13T10:05:56.567564283+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io3.54GB2025-01-21 10:40
36

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

linux/amd64 docker.io3.53GB2025-01-24 11:27
36