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

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

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

源镜像 docker.io/gitlab/gitlab-ce:18.0.1-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:18.0.1-ce.0
镜像ID sha256:e71188eb2659096750586acb3c1d8f3cdfb81f88ce686d017c20841b357cf1ea
镜像TAG 18.0.1-ce.0
大小 3.63GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/init-container
启动入口
工作目录
OS/平台 linux/amd64
浏览量 111 次
贡献者
镜像创建 2025-05-21T05:21:14.072859553Z
同步时间 2025-05-26 00:29
更新时间 2025-05-31 10:41
开放端口
22/tcp 443/tcp 80/tcp
目录挂载
/etc/gitlab /var/log/gitlab /var/opt/gitlab
环境变量
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:24.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 24.04: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-05-21 13:21:14  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
                        
# 2025-05-21 13:21:14  0.00B 设置默认要执行的命令
CMD ["/assets/init-container"]
                        
# 2025-05-21 13:21:14  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2025-05-21 13:21:14  0.00B 声明容器运行时监听的端口
EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
                        
# 2025-05-21 13:21:14  0.00B 设置环境变量 TERM
ENV TERM=xterm
                        
# 2025-05-21 13:21:14  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-05-21 13:21:14  3.48GB 执行命令并创建新的镜像层
RUN |2 BASE_IMAGE=docker.io/ubuntu:24.04 TARGETARCH=amd64 /bin/sh -c chmod -R og-w /assets RELEASE ;   /assets/setup # buildkit
                        
# 2025-05-21 13:19:31  15.33KB 复制新文件或目录到容器中
COPY assets/ /assets/ # buildkit
                        
# 2025-05-21 13:19:31  375.00B 复制新文件或目录到容器中
COPY RELEASE / # buildkit
                        
# 2025-05-21 13:19:31  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-05-21 13:19:31  0.00B 设置环境变量 GITLAB_ALLOW_SHA1_RSA
ENV GITLAB_ALLOW_SHA1_RSA=false
                        
# 2025-05-21 13:19:31  9.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
                        
# 2025-05-21 13:19:31  0.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:24.04 /bin/sh -c rm -rf /etc/update-motd.d /etc/motd /etc/motd.dynamic # buildkit
                        
# 2025-05-21 13:19:31  851.64KB 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:24.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-05-21 13:19:31  0.00B 设置环境变量 EDITOR
ENV EDITOR=/bin/vi
                        
# 2025-05-21 13:19:31  67.25MB 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:24.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.38       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-05-21 13:19:10  32.00B 复制新文件或目录到容器中
COPY locale.gen /etc/locale.gen # buildkit
                        
# 2025-05-21 13:19:10  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-05-21 13:19:10  0.00B 
SHELL [/bin/sh -c]
                        
# 2025-05-21 13:19:10  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:24.04
                        
# 2025-05-21 13:19:10  0.00B 定义构建参数
ARG BASE_IMAGE=docker.io/ubuntu:24.04
                        
# 2025-04-28 17:44:51  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-28 17:44:50  78.10MB 
/bin/sh -c #(nop) ADD file:ad85a9d7b0a74c2140bd51d9c4559cca392991e0c95f84cb139347348e5d1f9a in / 
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-28 17:44:48  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:e71188eb2659096750586acb3c1d8f3cdfb81f88ce686d017c20841b357cf1ea",
    "RepoTags": [
        "gitlab/gitlab-ce:18.0.1-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce:18.0.1-ce.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ce@sha256:a580b378c36636cac4d901e4ba31c9a8a136770efaaf20a6fbe89e39ea1a485b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ce@sha256:5c4fff8ae4dae570a4851053e272d423c36cfe68fef19f3ebab035396608ae1d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-21T05:21:14.072859553Z",
    "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/init-container"
        ],
        "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:24.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": "24.04"
        },
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3628042457,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/69808dd2c1297b7950ba919fea0f852d53347856940c6e3afd268ae98f4e8aa9/diff:/var/lib/docker/overlay2/a06cc003b1df629c39904616fb5be4920dc46ebe237af04d71d1b34148fe0ad6/diff:/var/lib/docker/overlay2/4cf51ba60a8cefc2c38d3cf9a6b831915f02e18c6fda4f5db830ee8b109c7d27/diff:/var/lib/docker/overlay2/3e6cb9df81d29b562e4eb4c2d8e1a6870d9333914af7a9e48602a87336a77104/diff:/var/lib/docker/overlay2/ec9ab70e2121f2f38edb27198f2df8230ac54090e187f302b0cf43b2ca09673c/diff:/var/lib/docker/overlay2/d8fc8eca764fc7af4fa0d7dcf634140a494046b1f70b53d5be2e3f631e44947c/diff:/var/lib/docker/overlay2/3a4168df4aad5a88c2b15fbff4574c60f6acf80bf8e559d0bca9ff947988cd30/diff:/var/lib/docker/overlay2/804f0900c22a22c0ab47f8a0a361f520535ca58c85e6793865a1afff531414a9/diff",
            "MergedDir": "/var/lib/docker/overlay2/71ee39f73b94e580f8543e2f75ba388efa2a292599ff607f0adde0ea0ab41ba3/merged",
            "UpperDir": "/var/lib/docker/overlay2/71ee39f73b94e580f8543e2f75ba388efa2a292599ff607f0adde0ea0ab41ba3/diff",
            "WorkDir": "/var/lib/docker/overlay2/71ee39f73b94e580f8543e2f75ba388efa2a292599ff607f0adde0ea0ab41ba3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8901a649dd5a9284fa6206a08f3ba3b5a12fddbfd2f82c880e68cdb699d98bfb",
            "sha256:2dcf3af5bd8756287685508a7978b182242ca4955e874365e4cb33559a679197",
            "sha256:a4aae6be439db93b9c40de18665cf93d893ac6e0d8fe79f52ab67d9e5023ea66",
            "sha256:54dece9e270f7c67db4b68a563fcd406bedf999a24d7d14ee06711181f26248a",
            "sha256:4c79c9fe26e9449daffeb968867a1589a3bd8b53713c7aee8710fb566cecde06",
            "sha256:91b440158f08904de7246ece89b19fb00a38d73851f1350609e301ddb24fa76c",
            "sha256:03e0f12b795111601acca55c3d74d3ea45691b45159dcc0ceab15a718e915315",
            "sha256:9bf9b9e393faf137a88e304f05a5123455f7fccbcbcc9f1f7487cf5091558acf",
            "sha256:cb02987c2d1dec7d8d666cbefab83122a0b7a1f61eb798889608551641fe1eb3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-26T00:23:53.010756378+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io2.49GB2025-04-01 22:30
102

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

linux/amd64 docker.io2.96GB2025-04-03 01:04
66

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

linux/amd64 docker.io2.00GB2025-04-07 13:31
52

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

linux/amd64 docker.io3.67GB2025-04-09 11:53
121

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

linux/amd64 docker.io3.62GB2025-04-17 16:48
216

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

linux/amd64 docker.io1.59GB2025-04-19 22:04
75

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

linux/amd64 docker.io3.71GB2025-04-20 01:18
96

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

linux/amd64 docker.io3.67GB2025-04-23 08:34
168

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

linux/amd64 docker.io3.59GB2025-04-23 15:44
83

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

linux/amd64 docker.io3.71GB2025-04-25 16:29
89

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

linux/amd64 docker.io3.68GB2025-05-06 08:50
81

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

linux/amd64 docker.io3.67GB2025-05-13 20:29
36

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

linux/amd64 docker.io3.61GB2025-05-16 09:11
112

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

linux/amd64 docker.io3.70GB2025-05-16 14:05
57

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

linux/amd64 docker.io3.63GB2025-05-26 00:29
110

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

linux/amd64 docker.io3.71GB2025-05-28 13:28
27

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

linux/amd64 docker.io1.80GB2025-05-29 15:07
15