docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0 linux/arm64

docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0 - 国内下载镜像源 浏览次数:53 温馨提示: 这是一个 linux/arm64 系统架构镜像

GitLab CE ARM64v8

源镜像 docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0-linuxarm64
镜像ID sha256:8fdd28e93bccf272b28c919a8af24567a91d7da5d12ec51a6d906fea8466fe28
镜像TAG 18.0.6-ce.0-linuxarm64
大小 3.61GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/init-container
启动入口
工作目录
OS/平台 linux/arm64
浏览量 53 次
贡献者 60******2@qq.com
镜像创建 2025-08-13T13:54:58.01600774Z
同步时间 2025-09-03 00:28
更新时间 2025-09-16 23:39
开放端口
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/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0-linuxarm64  docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:8fdd28e93bccf272b28c919a8af24567a91d7da5d12ec51a6d906fea8466fe28",
    "RepoTags": [
        "yrzr/gitlab-ce-arm64v8:18.0.6-ce.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0-linuxarm64"
    ],
    "RepoDigests": [
        "yrzr/gitlab-ce-arm64v8@sha256:19fc23204ee390cf82a09efecfc246c6a6e2d5496d83881d31747d2bcbeb7089",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/yrzr/gitlab-ce-arm64v8@sha256:a5795bf79e2a63d483e6fe0475b4e501273d8f3c22442175dba5d59ad768ad53"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-13T13:54:58.01600774Z",
    "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": 3605632011,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1708cc6b5669a8a4ea499692d9ccd348ff066da231e1a3f448db7b96d3548faa/diff:/var/lib/docker/overlay2/9da4cf69b227f8df9a41e17919e46422ec3a02e8e9a35ffb893ada6a064e54bb/diff:/var/lib/docker/overlay2/9f05f7944149baa03096a5ebebaa7f5b3022a8653ee8d1fd8e18faa590882492/diff:/var/lib/docker/overlay2/79687b5ba6f864148caa466922932fc45f6e16fb7759de38d93669faf8030c9d/diff:/var/lib/docker/overlay2/c1e6996c65dc110b8cc246e0e936dc7b4a2d94857dbb4f1cd3903262ff942442/diff:/var/lib/docker/overlay2/dea3b9eef8f4687f557c6657a67ec9fa949acee51271bc093dc762d1337d8b95/diff:/var/lib/docker/overlay2/1c65a2f37223a291f1455d95457a0fba02f75c94573c843a0489772ca409b81e/diff:/var/lib/docker/overlay2/cc7dcbc2f96910e5190089dc4a23aac3ff20654924efe4f804938c347f2dfe4e/diff",
            "MergedDir": "/var/lib/docker/overlay2/6fae49ff95141ce1bfbb80cdcb41b0134c91ca9310177f3c09f89a96e6629b04/merged",
            "UpperDir": "/var/lib/docker/overlay2/6fae49ff95141ce1bfbb80cdcb41b0134c91ca9310177f3c09f89a96e6629b04/diff",
            "WorkDir": "/var/lib/docker/overlay2/6fae49ff95141ce1bfbb80cdcb41b0134c91ca9310177f3c09f89a96e6629b04/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9c15b6bd680f4a96c4bef1053356e5b8c571567bb4f7d62c7c135efa18a4cfcc",
            "sha256:4062ff79ce379f82d321f5dd616e0119486b634ab9378a943f7da2917c6b3f80",
            "sha256:083327a6e7dd225c73e86ae99131a2ddcde7cc81eb00ef5294d50a9c9e57db94",
            "sha256:ab6f4cde29d9fab1370f4954fa97925142d021ad482074f6974e781b352a3ee2",
            "sha256:eea4b409caf8aa3abc0df523ec38eb7b35bf3955c020e9052be50c9277a0865c",
            "sha256:6534f1f0cf662454c2a78c74490027dab3e36f8721d6841e62275738984468fb",
            "sha256:d23ab08c1d7b46e20cbba3bfe8d5c15af1cfedd6907a5ff6bc880bf852ca09d1",
            "sha256:a907a0cebadd574f00ccb47464b3a1fdab305a3c2b2dae17456facc261c3f755",
            "sha256:2ccff6e0574c27d85764abdad421b995a1022d02cb9fa1150fd3abb53826482d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-03T00:24:55.101974708+08:00"
    }
}

更多版本

docker.io/yrzr/gitlab-ce-arm64v8:13.1.4-ce.0

linux/arm64 docker.io1.92GB2024-08-16 17:24
502

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

linux/arm64 docker.io2.18GB2024-08-16 18:13
688

docker.io/yrzr/gitlab-ce-arm64v8:15.1.2-ce.0

linux/arm64 docker.io2.51GB2024-12-24 19:07
478

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

linux/arm64 docker.io3.65GB2025-05-15 13:08
187

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

linux/arm64 docker.io3.45GB2025-05-15 13:22
223

docker.io/yrzr/gitlab-ce-arm64v8:18.0.6-ce.0

linux/arm64 docker.io3.61GB2025-09-03 00:28
52