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

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

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

源镜像 docker.io/gitlab/gitlab-ce:16.9.9-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:16.9.9-ce.0
镜像ID sha256:c12acaea5c328e1459dfeff6166b660a6b24a21cc343c9092a73b814292440d0
镜像TAG 16.9.9-ce.0
大小 3.03GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 53 次
贡献者
镜像创建 2024-06-26T14:45:49.384435254Z
同步时间 2025-03-13 19:13
更新时间 2025-03-30 05:04
开放端口
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 EDITOR=/bin/vi GITLAB_ALLOW_SHA1_RSA=false TERM=xterm
镜像标签
ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2024-06-26 22:45:49  0.00B 
/bin/sh -c #(nop)  HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" '\x05'}
                        
# 2024-06-26 22:45:49  0.00B 
/bin/sh -c #(nop)  CMD ["/assets/wrapper"]
                        
# 2024-06-26 22:45:49  0.00B 
/bin/sh -c #(nop)  VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2024-06-26 22:45:49  0.00B 
/bin/sh -c #(nop)  EXPOSE 22 443 80
                        
# 2024-06-26 22:45:49  0.00B 
/bin/sh -c #(nop)  ENV TERM=xterm
                        
# 2024-06-26 22:45:48  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
                        
# 2024-06-26 22:45:38  2.89GB 
/bin/sh -c chmod -R og-w /assets RELEASE ;   /assets/setup
                        
# 2024-06-26 22:43:25  14.65KB 
/bin/sh -c #(nop) COPY dir:5f9397790e99e7c5b1a94e888481148a2c52eff4a456e49911299b15844b6c9b in /assets/ 
                        
# 2024-06-26 22:43:25  226.00B 
/bin/sh -c #(nop) COPY file:595c442d61051ff52920d249d220b0abdb18be19ba00a94e93d429bfd42fcbfc in / 
                        
# 2024-06-26 22:43:24  0.00B 
/bin/sh -c #(nop)  ENV GITLAB_ALLOW_SHA1_RSA=false
                        
# 2024-06-26 22:43:24  9.00B 
/bin/sh -c ln -fs /dev/null /run/motd.dynamic
                        
# 2024-06-26 22:43:24  0.00B 
/bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic
                        
# 2024-06-26 22:43:24  729.83KB 
/bin/sh -c busybox --install     && {         echo '#!/bin/sh';         echo '/bin/vi "$@"';     } > /usr/local/bin/busybox-editor     && chmod +x /usr/local/bin/busybox-editor     && update-alternatives --install /usr/bin/editor editor /usr/local/bin/busybox-editor 1
                        
# 2024-06-26 22:43:23  0.00B 
/bin/sh -c #(nop)  ENV EDITOR=/bin/vi
                        
# 2024-06-26 22:43:23  60.13MB 
/bin/sh -c apt-get update -q     && DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends       busybox       ca-certificates       openssh-server       tzdata       wget       perl       libperl5.34     && rm -rf /var/lib/apt/lists/*
                        
# 2024-06-26 22:43:08  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2024-06-26 22:43:08  0.00B 
/bin/sh -c #(nop)  SHELL [/bin/sh -c]
                        
# 2024-06-26 22:43:08  0.00B 
/bin/sh -c #(nop)  MAINTAINER GitLab Inc. <support@gitlab.com>
                        
# 2024-06-03 18:32:26  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-06-03 18:32:25  77.86MB 
/bin/sh -c #(nop) ADD file:89847d76d242dea90ede05e9e1e13a1ff4400a65eafbe2d6e31e086c93893580 in / 
                        
# 2024-06-03 18:32:23  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2024-06-03 18:32:23  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-06-03 18:32:23  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-06-03 18:32:23  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:c12acaea5c328e1459dfeff6166b660a6b24a21cc343c9092a73b814292440d0",
    "RepoTags": [
        "gitlab/gitlab-ce:16.9.9-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:16.9.9-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:53343a04e6a21eb05c29a7edb2350c4064e91f1d081f5e29e3bb033ac462aaf9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:897f13067b7a470c1922e9bcfce8bd0e548dce497f1040c13c11e4cbea3388a4"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2024-06-26T14:45:49.384435254Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "23.0.5",
    "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",
            "EDITOR=/bin/vi",
            "GITLAB_ALLOW_SHA1_RSA=false",
            "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:77afc9fd6b4e01949fa6641e0428889c4fd1b8dd842ca7d2379db1a46d59eaac",
        "Volumes": {
            "/etc/gitlab": {},
            "/var/log/gitlab": {},
            "/var/opt/gitlab": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        },
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3027109140,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/436c21dec342f05a6e0d4d931b002084a3e8545f34e6e0b44e6253732f78c2b4/diff:/var/lib/docker/overlay2/d821bf2aa52f02c3475a167ec7ed18c97f22ab1425472aecc4b503788b714cf4/diff:/var/lib/docker/overlay2/edbebad4571b4477e3b496ee3d045e56cb2f661cb086f8fae095aa204123f0d3/diff:/var/lib/docker/overlay2/bbbfb1df24d53d5fa1d9f541d1b152ace8510ea1bfbc3dd789bebb5a30fbfe58/diff:/var/lib/docker/overlay2/0e1c8af8989b01a384c282b443dd1c48f2f3f08004a5ecf01b64a775db7c8f60/diff:/var/lib/docker/overlay2/238ceea48486bb9ada903cec1164331a6376a14a6a1992792da3776b680e4ea3/diff:/var/lib/docker/overlay2/82d8a8b92a1fa577eb2fc316ab025d90f2488620aabf20924ca21ee7c903e035/diff",
            "MergedDir": "/var/lib/docker/overlay2/cd423e36e814f13928a685597a350f9ab273ae9297e3b2328d8c53fc4d84a26e/merged",
            "UpperDir": "/var/lib/docker/overlay2/cd423e36e814f13928a685597a350f9ab273ae9297e3b2328d8c53fc4d84a26e/diff",
            "WorkDir": "/var/lib/docker/overlay2/cd423e36e814f13928a685597a350f9ab273ae9297e3b2328d8c53fc4d84a26e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0b9c994b0484c0bc61f9de7c28a58745a504704254c5e8ed12349ebee3393a66",
            "sha256:6594b3d367bc88208e6a26a372b2b33007df3f6d1a91ede330dc33baa1076860",
            "sha256:fed79733b4c4ddaf6d48dc8639ab94cda311c4e970ec9604715076ef6ffe8697",
            "sha256:456ba5c246a0be0b9940d83e342d4c26cb784866ccd88c0d8064196f78c2b36e",
            "sha256:bd4a5c246cdd914d9d97f6abeb7bee12bc5722d738ccae33eefdd93b5ca13cf8",
            "sha256:ae9c7202c339326d95bcb09a26c46c73aa8081891b9bc0a42be068eb3f756fc9",
            "sha256:e4982a0d8942ec32cbc82af6240de18b6d0016e7c9c40f100336a756d2c7e83b",
            "sha256:6ece5b734aa091a43ded4e184e94ba27ce569907a4f42aeb7e5894915a7986b3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-13T19:10:24.08398807+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io2.72GB2025-02-14 14:35
78

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

linux/amd64 docker.io3.55GB2025-02-16 12:08
124

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

linux/amd64 docker.io1.84GB2025-02-18 17:48
80

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

linux/amd64 docker.io3.57GB2025-02-24 10:42
118

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

linux/amd64 docker.io2.96GB2025-02-25 15:04
58

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

linux/amd64 docker.io3.55GB2025-03-01 11:40
73

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

linux/amd64 docker.io3.57GB2025-03-02 21:23
201

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

linux/amd64 docker.io1.92GB2025-03-06 23:21
49

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

linux/amd64 docker.io3.03GB2025-03-13 19:13
52

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

linux/amd64 docker.io3.57GB2025-03-14 09:06
140

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

linux/amd64 docker.io3.43GB2025-03-17 09:28
35

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

linux/amd64 docker.io3.50GB2025-03-17 10:05
46

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

linux/amd64 docker.io3.55GB2025-03-17 10:19
43

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

linux/amd64 docker.io3.55GB2025-03-17 10:27
75

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

linux/amd64 docker.io2.98GB2025-03-21 12:48
32

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

linux/amd64 docker.io3.04GB2025-03-21 14:33
45

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

linux/amd64 docker.io3.59GB2025-03-28 15:31
31

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

linux/amd64 docker.io3.62GB2025-03-28 22:10
30

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

linux/amd64 docker.io3.02GB2025-03-30 16:31
12

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

linux/amd64 docker.io2.98GB2025-03-30 16:43
14

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

linux/amd64 docker.io3.67GB2025-03-30 16:53
15