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

docker.io/gitlab/gitlab-ee:17.6.2-ee.0 - 国内下载镜像源 浏览次数:26 安全受验证的发布者-Gitlab
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:17.6.2-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.6.2-ee.0
镜像ID sha256:fcabfc13cbfc22b6239503fd9ff85f73f5aae07c2904d3ed28be092b98814396
镜像TAG 17.6.2-ee.0
大小 3.86GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 26 次
贡献者
镜像创建 2024-12-10T21:21:18.995707786Z
同步时间 2025-03-27 14:45
更新时间 2025-03-30 22:33
开放端口
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-ee:17.6.2-ee.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.6.2-ee.0  docker.io/gitlab/gitlab-ee:17.6.2-ee.0

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.6.2-ee.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.6.2-ee.0  docker.io/gitlab/gitlab-ee:17.6.2-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:17.6.2-ee.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.6.2-ee.0  docker.io/gitlab/gitlab-ee:17.6.2-ee.0'

镜像构建历史


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

镜像信息

{
    "Id": "sha256:fcabfc13cbfc22b6239503fd9ff85f73f5aae07c2904d3ed28be092b98814396",
    "RepoTags": [
        "gitlab/gitlab-ee:17.6.2-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.6.2-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:8629b53abefe81c113dd84c82b88e1d6675cb43df23764c768e2f837e06ce8f9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:5407db2b1a50ac83e4acaaa3c03fbe5f1394bc201e09a504bd8725d8503c05b4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-10T21:21:18.995707786Z",
    "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": 3859945304,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b11eb78338d6ff60f737414e65741ad8f3add41c8310e00cff84707d05da08f5/diff:/var/lib/docker/overlay2/9074456b1b1017ddf47c8642b53e93e7c1e81065f8d6f1d7bb4daaea0eac9122/diff:/var/lib/docker/overlay2/541bd6a1b68c6f42e3f81417c1d195dfd29918525e3251becb483372035cd1af/diff:/var/lib/docker/overlay2/6b6a4b474260229cfcf7e9fbb596d0aae99387903e6d68a84c9d5bb711ad84e8/diff:/var/lib/docker/overlay2/97bd2521419edfb0d29d7676704ce0d999f002223d17257426f3e9108e53a1b9/diff:/var/lib/docker/overlay2/9405a447a8efeaee07674e631f2b2b006662bc35908fa326016c1c0b8880952e/diff:/var/lib/docker/overlay2/23f1224686f7db1c19f379c87b7e5b93e1a7f7bf3101a2af18c788021573a0ea/diff:/var/lib/docker/overlay2/4cfb2ff6eb670d08d805fcc326973c76acabc424b2f6ce5f1903149f34750452/diff",
            "MergedDir": "/var/lib/docker/overlay2/599f50e60577c8d818d49395048fe1fbe3157f76b9bb9b845f92c6eb5420d99d/merged",
            "UpperDir": "/var/lib/docker/overlay2/599f50e60577c8d818d49395048fe1fbe3157f76b9bb9b845f92c6eb5420d99d/diff",
            "WorkDir": "/var/lib/docker/overlay2/599f50e60577c8d818d49395048fe1fbe3157f76b9bb9b845f92c6eb5420d99d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2573e0d8158209ed54ab25c87bcdcb00bd3d2539246960a3d592a1c599d70465",
            "sha256:4659eb0854627fd1fbfa54f6e690a2b9d903727a45327dd9897b61852da4d44c",
            "sha256:9b3710d036c706c71282099bd8fd3ab39e3e32b624ceb81e6728bbad3e754741",
            "sha256:16f91d2c46f76d3428646479ae449ee2bf30e32959382c218eb9220b8b048352",
            "sha256:4362d3328b4a65cafdae1032cb196eac689817f5997f499ded48d723488ed18c",
            "sha256:8ca02f43e77a7046ef8f52176ca4f49baa8dbb3bde3ed3082f850f1edd609900",
            "sha256:6c74de6071cd2212275399d63612bcfea2f39e3be4bc26f0eb5a9dcd4b3783e3",
            "sha256:f71a99453d8e81fe70a99faf20095183b836a4e647f8108e5895814dcb79333f",
            "sha256:cad83d278e49ffa8a87a6bd5e1edf9c1096a65a423685ea8d73ef192f4d03755"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-27T14:41:33.13474571+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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