docker.io/gitlab/gitlab-ee:18.8.3-ee.0 linux/arm64

docker.io/gitlab/gitlab-ee:18.8.3-ee.0 - 国内下载镜像源 浏览次数:8 安全受验证的发布者-Gitlab 温馨提示: 这是一个 linux/arm64 系统架构镜像
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:18.8.3-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64
镜像ID sha256:016bef01d34979ddf646c4ff15d723e832967593618a7b96dc8968e71c67ca32
镜像TAG 18.8.3-ee.0-linuxarm64
大小 4.29GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/init-container
启动入口
工作目录
OS/平台 linux/arm64
浏览量 8 次
贡献者
镜像创建 2026-02-04T03:34:38.577027309Z
同步时间 2026-03-23 14:15
开放端口
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-ee:18.8.3-ee.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64  docker.io/gitlab/gitlab-ee:18.8.3-ee.0

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#gitlab/gitlab-ee:18.8.3-ee.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64  docker.io/gitlab/gitlab-ee:18.8.3-ee.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64  docker.io/gitlab/gitlab-ee:18.8.3-ee.0'

镜像构建历史


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

镜像信息

{
    "Id": "sha256:016bef01d34979ddf646c4ff15d723e832967593618a7b96dc8968e71c67ca32",
    "RepoTags": [
        "gitlab/gitlab-ee:18.8.3-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:18.8.3-ee.0-linuxarm64"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:efeb9fa1e32d962345840036e30e7126bf94a6c6f8f8a16c5abd2a222f8dc6d4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:8f4089de50b1fb21837cb5fdb5d85e53ee40262ec95366e415440635db236c84"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-04T03:34:38.577027309Z",
    "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": "arm64",
    "Os": "linux",
    "Size": 4285911579,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8264dfb1264492bef95b946609af9858841244aa4f5a95d0dbc036d8fd08a3eb/diff:/var/lib/docker/overlay2/73d6ed7a5b23f9abe6b49778164d816b0a7e15a1f70b81587551516babc6f6d7/diff:/var/lib/docker/overlay2/db26fbf924f9290814d70020e11f1e0148fd13aa24cd279ca6034c6a19549c5a/diff:/var/lib/docker/overlay2/c70bddf4e0b27eeaebdb6212b2b3a2e10dbbd0a553367725f17e3de86a4d2085/diff:/var/lib/docker/overlay2/20e49ca848402ccc13eaa978960f13c10e8fd48cfdb53f57bdd5688ab306cd54/diff:/var/lib/docker/overlay2/c6c62eef6443ee2f02f4a91a23309c26288c6411599f691cc73e3f53fc4891e6/diff:/var/lib/docker/overlay2/1595d5e34ef76d4ef725e9021ce54fe40c6158bcfe1641cdcabfffc72f27de8a/diff:/var/lib/docker/overlay2/1671ff904cbe14bb8a8eb466f38bf5b3e50c6bd47702acadbac347cca8ba5897/diff",
            "MergedDir": "/var/lib/docker/overlay2/15c9123f87ad42743354e02858af2b13194683308561607be68c699ad4c3ded9/merged",
            "UpperDir": "/var/lib/docker/overlay2/15c9123f87ad42743354e02858af2b13194683308561607be68c699ad4c3ded9/diff",
            "WorkDir": "/var/lib/docker/overlay2/15c9123f87ad42743354e02858af2b13194683308561607be68c699ad4c3ded9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:af7f55edf6d6953f845c9ccd22ecfb679043d792775d2bf4c210ff22485a7397",
            "sha256:4b7a651333f87830d02c38baeaf9242d6e4b65ca3fcadbdd14098f35b62a5450",
            "sha256:29576df3735898a82513c5a007f944147bae9d0a746ce9fde1bd2514753574f8",
            "sha256:1d9d543bc406ee328142b9aa4a7beaeaaf73f9bd167ae2982f824ba7bdf5ee27",
            "sha256:c36d4046fa189dd597dd2006c5e7e54ca52769ddbb0c6db37239882632eb4a8c",
            "sha256:b4f09a756383b40ecc814d8093653c7e876c322efad62d8036a6b71a628b41af",
            "sha256:b38cd9cbb6f441e48426ad8c70369bc27f9f7de00aa9f720743a76aecf81655e",
            "sha256:597e706fe6cd7d4131b47709f852633cc19b263455513626d6073a5f75cfc009",
            "sha256:95d14376f7e2f76d73e1fc0c97c03a7ae59f0ba5329e5b2220b7b26cc2bd21f7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-23T14:10:18.278009995+08:00"
    }
}

更多版本

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

linux/amd64 docker.io3.24GB2024-07-16 17:15
721

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

linux/amd64 docker.io3.38GB2024-08-16 15:19
688

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

linux/amd64 docker.io3.45GB2024-09-20 21:54
475

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

linux/amd64 docker.io3.45GB2024-09-28 12:36
369

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

linux/amd64 docker.io3.45GB2024-10-12 21:21
454

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

linux/amd64 docker.io3.79GB2024-10-18 23:01
617

docker.io/gitlab/gitlab-ee:16.5.0-ee.0

linux/amd64 docker.io3.17GB2024-10-21 17:47
460

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

linux/amd64 docker.io3.86GB2024-11-30 10:18
389

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

linux/amd64 docker.io3.90GB2024-12-27 21:45
381

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

linux/amd64 docker.io3.90GB2025-01-24 13:06
386

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

linux/amd64 docker.io3.94GB2025-03-14 21:40
511

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

linux/amd64 docker.io3.86GB2025-03-27 14:45
318

docker.io/gitlab/gitlab-ee:17.9.8-ee.0

linux/amd64 docker.io3.99GB2025-05-09 22:57
278

docker.io/gitlab/gitlab-ee:13.2.4-ee.0

linux/amd64 docker.io2.09GB2025-05-11 21:54
380

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

linux/amd64 docker.io4.07GB2025-05-12 17:10
294

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

linux/amd64 docker.io4.00GB2025-05-30 09:03
402

docker.io/gitlab/gitlab-ee:18.1.0-ee.0

linux/amd64 docker.io4.04GB2025-06-23 11:22
480

docker.io/gitlab/gitlab-ee:18.1.1-ee.0

linux/amd64 docker.io4.04GB2025-07-05 20:59
346

docker.io/gitlab/gitlab-ee:17.11.4-ee.0

linux/amd64 docker.io4.09GB2025-07-05 22:38
271

docker.io/gitlab/gitlab-ee:17.11.6-ee.0

linux/amd64 docker.io4.09GB2025-07-13 22:11
258

docker.io/gitlab/gitlab-ee:18.0.5-ee.0

linux/amd64 docker.io4.00GB2025-07-31 22:28
436

docker.io/gitlab/gitlab-ee:18.3.1-ee.0

linux/amd64 docker.io4.13GB2025-08-29 14:33
301

docker.io/gitlab/gitlab-ee:nightly

linux/amd64 docker.io4.10GB2025-09-06 01:01
1899

docker.io/gitlab/gitlab-ee:16.11.5-ee.0

linux/amd64 docker.io3.19GB2025-09-11 00:02
199

docker.io/gitlab/gitlab-ee:18.4.1-ee.0

linux/amd64 docker.io4.20GB2025-09-30 18:07
193

docker.io/gitlab/gitlab-ee:18.4.2-ee.0

linux/amd64 docker.io4.20GB2025-10-21 10:00
277

docker.io/gitlab/gitlab-ee:18.3.5-ee.0

linux/amd64 docker.io4.13GB2025-10-24 00:51
200

docker.io/gitlab/gitlab-ee:18.5.2-ee.0

linux/amd64 docker.io4.27GB2025-11-16 11:29
202

docker.io/gitlab/gitlab-ee:18.6.0-ee.0

linux/amd64 docker.io4.30GB2025-11-24 10:42
161

docker.io/gitlab/gitlab-ee:latest

linux/amd64 docker.io4.30GB2025-12-02 16:42
224

docker.io/gitlab/gitlab-ee:18.6.1-ee.0

linux/amd64 docker.io4.30GB2025-12-06 21:48
134

docker.io/gitlab/gitlab-ee:16.11.3-ee.0

linux/amd64 docker.io3.19GB2025-12-15 12:45
211

docker.io/gitlab/gitlab-ee:18.2.8-ee.0

linux/amd64 docker.io4.11GB2025-12-26 13:04
183

docker.io/gitlab/gitlab-ee:18.7.0-ee.0

linux/amd64 docker.io4.25GB2025-12-27 18:14
195

docker.io/gitlab/gitlab-ee:18.8.3-ee.0

linux/amd64 docker.io4.30GB2026-02-08 19:57
108

docker.io/gitlab/gitlab-ee:18.4.6-ee.0

linux/amd64 docker.io4.19GB2026-02-13 09:50
82

docker.io/gitlab/gitlab-ee:14.6.0-ee.0

linux/amd64 docker.io2.54GB2026-02-25 10:02
61

docker.io/gitlab/gitlab-ee:11.7.0-ee.0

linux/amd64 docker.io1.75GB2026-02-25 12:40
62

docker.io/gitlab/gitlab-ee:18.7.6-ee.0

linux/amd64 docker.io4.25GB2026-03-23 11:12
9

docker.io/gitlab/gitlab-ee:18.8.3-ee.0

linux/arm64 docker.io4.29GB2026-03-23 14:15
7