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

docker.io/gitlab/gitlab-ee:17.7.0-ee.0 - 国内下载镜像源 浏览次数:78 安全受验证的发布者-Gitlab
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:17.7.0-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.7.0-ee.0
镜像ID sha256:6d8c2208e1a7c4284cfda730e7bb9ad8ad091ffcf718dea73d100d0b31206be5
镜像TAG 17.7.0-ee.0
大小 3.90GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 78 次
贡献者 fr***********d@outlook.com
镜像创建 2024-12-18T08:12:20.837360907Z
同步时间 2024-12-27 21:45
更新时间 2025-02-21 06:10
开放端口
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
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 22.04 扫描引擎: Trivy 扫描时间: 2024-12-27 21:47

低危漏洞:37 中危漏洞:19 高危漏洞:0 严重漏洞:0

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2024-12-18 16:12:20  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/opt/gitlab/bin/gitlab-healthcheck --fail --max-time 10"] "1m0s" "30s" "0s" "0s" '\x05'}
                        
# 2024-12-18 16:12:20  0.00B 设置默认要执行的命令
CMD ["/assets/wrapper"]
                        
# 2024-12-18 16:12:20  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/gitlab /var/opt/gitlab /var/log/gitlab]
                        
# 2024-12-18 16:12:20  0.00B 声明容器运行时监听的端口
EXPOSE map[22/tcp:{} 443/tcp:{} 80/tcp:{}]
                        
# 2024-12-18 16:12:20  0.00B 设置环境变量 TERM
ENV TERM=xterm
                        
# 2024-12-18 16:12:20  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-18 16:12:20  3.76GB 执行命令并创建新的镜像层
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-18 16:09:55  15.30KB 复制新文件或目录到容器中
COPY assets/ /assets/ # buildkit
                        
# 2024-12-18 16:09:55  375.00B 复制新文件或目录到容器中
COPY RELEASE / # buildkit
                        
# 2024-12-18 16:09:55  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2024-12-18 16:09:55  0.00B 设置环境变量 GITLAB_ALLOW_SHA1_RSA
ENV GITLAB_ALLOW_SHA1_RSA=false
                        
# 2024-12-18 16:09:55  9.00B 执行命令并创建新的镜像层
RUN |1 BASE_IMAGE=docker.io/ubuntu:22.04 /bin/sh -c ln -fs /dev/null /run/motd.dynamic # buildkit
                        
# 2024-12-18 16:09:55  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-18 16:09:55  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-18 16:09:55  0.00B 设置环境变量 EDITOR
ENV EDITOR=/bin/vi
                        
# 2024-12-18 16:09:55  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-18 16:09:34  32.00B 复制新文件或目录到容器中
COPY locale.gen /etc/locale.gen # buildkit
                        
# 2024-12-18 16:09:34  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2024-12-18 16:09:34  0.00B 
SHELL [/bin/sh -c]
                        
# 2024-12-18 16:09:34  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-18 16:09:34  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:6d8c2208e1a7c4284cfda730e7bb9ad8ad091ffcf718dea73d100d0b31206be5",
    "RepoTags": [
        "gitlab/gitlab-ee:17.7.0-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.7.0-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:9004fe7cc262d22eabbb087caec44e74dd0c61b9340381ce7c5571287d6b16db",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:1e7a0663a0e03404a8b74d00d74e49f4f0f8290d8ab3e4f8c719c21b647f8159"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-18T08:12:20.837360907Z",
    "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": 3901173992,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b46bd881ef7e5724ac5617f79b4a1af3599fbe7b79de6dbe8c457cace6fd5cd3/diff:/var/lib/docker/overlay2/dc6253de09c651f84069d3ac539e0f88288d5d7995adbd7f1e29bcf4c117f6c6/diff:/var/lib/docker/overlay2/b0e2bbc77dab9323c81abf9eecc837286a55f36d86afcd6a3aecb3fc754ec201/diff:/var/lib/docker/overlay2/79cd2f01b90a7a8c74343f1624b49ed4484a0cd1570c8e0bcec015cfae1fa794/diff:/var/lib/docker/overlay2/b6998edbd84da78b8a23a4c1f577d73fe014f8a294dff87346bff3a08472d590/diff:/var/lib/docker/overlay2/4bb1d6c7e5f63b6e6200ee82adfbca6f464731680c541e258e11d1380f24ae2a/diff:/var/lib/docker/overlay2/0f409b9023bd9aca6bf87d9083d241791fc4143103e4ac3590f0b02c8f2fa7ea/diff:/var/lib/docker/overlay2/4cfb2ff6eb670d08d805fcc326973c76acabc424b2f6ce5f1903149f34750452/diff",
            "MergedDir": "/var/lib/docker/overlay2/e470efe2cbd7d68eb3e036e125e73a7733bc0ec51718f08177e7f601e2b58e18/merged",
            "UpperDir": "/var/lib/docker/overlay2/e470efe2cbd7d68eb3e036e125e73a7733bc0ec51718f08177e7f601e2b58e18/diff",
            "WorkDir": "/var/lib/docker/overlay2/e470efe2cbd7d68eb3e036e125e73a7733bc0ec51718f08177e7f601e2b58e18/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2573e0d8158209ed54ab25c87bcdcb00bd3d2539246960a3d592a1c599d70465",
            "sha256:46b1fbff5f3ca845b27214defc287d354db23eb4dda116853d117adff09ad597",
            "sha256:22148c2af2412c9a9c5370331d5fb0704498630e651cfc375917f27767458b2d",
            "sha256:a1134ee3048b1511d27534c0ac3061226605e34b59a72f9c3fec25db7cdd7414",
            "sha256:376031c2b51adf253459b01e92349747a0e1e458b81dc2bc8aecd254b512eb52",
            "sha256:9f27ba54394308e1f1e68f28b407bd6473d513764ac6fdbfb5c54e548401947e",
            "sha256:4a0ad72370339691504bb331df3c7e41aa4512b20434d9386ee677c691ddf51f",
            "sha256:e141771d21bb87ca62fbe77d4b2fcdde23566b80204aa6943d5317c36fa3a539",
            "sha256:1a297d940b2f79394446a1bbe1c7e9946fd596fde89856f386bac6d4fd83861d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-27T21:41:08.092206218+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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