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

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

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

源镜像 docker.io/gitlab/gitlab-ce:17.8.4-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:17.8.4-ce.0
镜像ID sha256:a95a36a3ac791ad2d67404d5bfcb250e13a134d1ffe91b3b225c4ea3266c2f88
镜像TAG 17.8.4-ce.0
大小 3.55GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 74 次
贡献者
镜像创建 2025-02-26T08:38:19.326545006Z
同步时间 2025-03-01 11:40
更新时间 2025-03-28 06:59
开放端口
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
镜像标签
GitLab Distribution Team <distribution-be@gitlab.com>: org.opencontainers.image.authors docker.io/ubuntu:22.04: org.opencontainers.image.base.name https://docs.gitlab.com/ee/install/docker/: org.opencontainers.image.documentation ubuntu: org.opencontainers.image.ref.name https://gitlab.com/gitlab-org/omnibus-gitlab: org.opencontainers.image.source GitLab Omnibus Docker: org.opencontainers.image.title 22.04: org.opencontainers.image.version

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-02-26 16:38:19  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
                        
# 2025-02-26 16:38:19  0.00B 设置默认要执行的命令
CMD ["/assets/wrapper"]
                        
# 2025-02-26 16:38:19  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2025-02-26 16:38:19  0.00B 声明容器运行时监听的端口
EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
                        
# 2025-02-26 16:38:19  0.00B 设置环境变量 TERM
ENV TERM=xterm
                        
# 2025-02-26 16:38:19  0.00B 设置环境变量 PATH
ENV PATH=/opt/gitlab/embedded/bin:/opt/gitlab/bin:/assets:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-02-26 16:38:19  3.40GB 执行命令并创建新的镜像层
RUN |2 BASE_IMAGE=docker.io/ubuntu:22.04 TARGETARCH=amd64 /bin/sh -c chmod -R og-w /assets RELEASE ;   /assets/setup # buildkit
                        
# 2025-02-26 16:36:07  15.30KB 复制新文件或目录到容器中
COPY assets/ /assets/ # buildkit
                        
# 2025-02-26 16:36:07  375.00B 复制新文件或目录到容器中
COPY RELEASE / # buildkit
                        
# 2025-02-26 16:36:07  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-02-26 16:36:07  0.00B 设置环境变量 GITLAB_ALLOW_SHA1_RSA
ENV GITLAB_ALLOW_SHA1_RSA=false
                        
# 2025-02-26 16:36:07  9.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
                        
# 2025-02-26 16:36:07  0.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
                        
# 2025-02-26 16:36:07  725.74KB 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /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 # buildkit
                        
# 2025-02-26 16:36:07  0.00B 设置环境变量 EDITOR
ENV EDITOR=/bin/vi
                        
# 2025-02-26 16:36:07  63.24MB 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c apt-get update -q     && DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends       busybox       ca-certificates       locales       openssh-server       tzdata       wget       perl       libperl5.34       libatomic1     && locale-gen     && cp -a /usr/lib/locale/locale-archive /tmp/locale-archive     && DEBIAN_FRONTEND=noninteractive apt-get purge -yq locales     && mv /tmp/locale-archive /usr/lib/locale/locale-archive     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-02-26 16:35:47  32.00B 复制新文件或目录到容器中
COPY locale.gen /etc/locale.gen # buildkit
                        
# 2025-02-26 16:35:47  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-02-26 16:35:47  0.00B 
SHELL [/bin/sh -c]
                        
# 2025-02-26 16:35:47  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=GitLab Distribution Team <distribution-be@gitlab.com> org.opencontainers.image.documentation=https://docs.gitlab.com/ee/install/docker/ org.opencontainers.image.source=https://gitlab.com/gitlab-org/omnibus-gitlab org.opencontainers.image.title=GitLab Omnibus Docker org.opencontainers.image.base.name=docker.io/ubuntu:22.04
                        
# 2025-02-26 16:35:47  0.00B 定义构建参数
ARG BASE_IMAGE=docker.io/ubuntu:22.04
                        
# 2025-01-26 13:31:11  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-01-26 13:31:10  77.86MB 
/bin/sh -c #(nop) ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in / 
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-01-26 13:31:07  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:a95a36a3ac791ad2d67404d5bfcb250e13a134d1ffe91b3b225c4ea3266c2f88",
    "RepoTags": [
        "gitlab/gitlab-ce:17.8.4-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:17.8.4-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:e8323f0008f0b650ddf283ecdf79a044168f2810bf36094f4c2ace7633da0910",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:a19efd3874ca8fc5b1d1ed0294adfd6f4c5536bf5e931d9ccb2585f1db1a517a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-26T08:38:19.326545006Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "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
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/etc/gitlab": {},
            "/var/log/gitlab": {},
            "/var/opt/gitlab": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "GitLab Distribution Team \u003cdistribution-be@gitlab.com\u003e",
            "org.opencontainers.image.base.name": "docker.io/ubuntu:22.04",
            "org.opencontainers.image.documentation": "https://docs.gitlab.com/ee/install/docker/",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.source": "https://gitlab.com/gitlab-org/omnibus-gitlab",
            "org.opencontainers.image.title": "GitLab Omnibus Docker",
            "org.opencontainers.image.version": "22.04"
        },
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3545274639,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/367428d2866feb3546783f54ed38e5180275a34595046c808f0ba23c95d885be/diff:/var/lib/docker/overlay2/062283c068270f1f8536a9c8f94fa892fd9eb7cd0939f9af0d8a7c2f7ccdf7e4/diff:/var/lib/docker/overlay2/f6668d9bf927365e3f8937a33bcbfdc312eb3804d977e2212ce75e8c587fa709/diff:/var/lib/docker/overlay2/4744957b1565ea07bd8dcc96d5849cca18833c1d0b361f18b8ae100200fa4a04/diff:/var/lib/docker/overlay2/ff1ac5cb8644e9e3bddea4eee85ba83d92736df3fa0f59289f15e387013a3272/diff:/var/lib/docker/overlay2/eecda854a9afd5a6311350fbe3614872b762e47e4751c25ca5d4ef71fbdc8679/diff:/var/lib/docker/overlay2/07ce404fad5311dc66637ccbfe67edc3d9390940d3ed2575bd02d26250d2be8b/diff:/var/lib/docker/overlay2/ace3f972cf88bd330727fa9a25fd0df2c3fec1df161ac9102bf9f5739b40b82c/diff",
            "MergedDir": "/var/lib/docker/overlay2/41c69ea93ec39bf55b9a86993a34412c895f6d19bb2af2f0e5f128af2c0348d3/merged",
            "UpperDir": "/var/lib/docker/overlay2/41c69ea93ec39bf55b9a86993a34412c895f6d19bb2af2f0e5f128af2c0348d3/diff",
            "WorkDir": "/var/lib/docker/overlay2/41c69ea93ec39bf55b9a86993a34412c895f6d19bb2af2f0e5f128af2c0348d3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af",
            "sha256:85f26249060a2ab44e37d7840a1d3e71948587661aa81faa38edb233c492b4d1",
            "sha256:5758c8e2d7ef7d6d008ee3f7591a428043b19a068cb8032d04d8fda394c0b02e",
            "sha256:2587b07f7039e1164f2441a2ca215af7e66823f6fc2081a9e83ad6aeaa184cf8",
            "sha256:389d9242d27e271fcc62d292d5253bd761476082ce54a2b706b06949ced0169c",
            "sha256:a50c092a7f96e4d2f1911a251cc989caec21af7336f66584c059fcf3190cbb23",
            "sha256:907b908108f653710026adde000b128b1db36b689196980088487d18ac34e045",
            "sha256:69f5b9f83095d29e84c903aea93493e2598fb62c4bfb5827f6aa910b56b3aae3",
            "sha256:1f45c43ae77cff17dc605e03789a32bd1dfeb52f50cd8f7ff0c23b7f128aacf7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-01T11:37:10.834697113+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
32

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