广告图片

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

docker.io/gitlab/gitlab-ee:17.3.0-ee.0 - 国内下载镜像源 浏览次数:757 安全受验证的发布者-Gitlab
GitLab EE 是一个基于 GitLab 的开源版本控制系统,用于管理代码、 issue 和项目。该镜像提供了完整的 GitLab EE 功能,包括代码库管理、CI/CDPipeline、issue tracking 等。
源镜像 docker.io/gitlab/gitlab-ee:17.3.0-ee.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.3.0-ee.0
镜像ID sha256:aafd435c884472ceba1c8dd780e9ebe8b4dc637a7ae60feb9d039383ad065905
镜像TAG 17.3.0-ee.0
大小 3.38GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /assets/wrapper
启动入口
工作目录
OS/平台 linux/amd64
浏览量 757 次
贡献者
镜像创建 2024-08-14T11:47:20.65095968Z
同步时间 2024-08-16 15:19
开放端口
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
镜像标签
ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:aafd435c884472ceba1c8dd780e9ebe8b4dc637a7ae60feb9d039383ad065905",
    "RepoTags": [
        "gitlab/gitlab-ee:17.3.0-ee.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee:17.3.0-ee.0"
    ],
    "RepoDigests": [
        "gitlab/gitlab-ee@sha256:8caac88f8bfb3f7bf70f0bb87fdc3fbc6c161961bfa53dd3f5abf918fd434c19",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/gitlab/gitlab-ee@sha256:7ee1e3f45796b3d634985f2c0c6fa35e869318b375e78523d52684d67b84eaf2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-08-14T11:47:20.65095968Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "GitLab Inc. \u003csupport@gitlab.com\u003e",
    "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.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        },
        "Shell": [
            "/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3381415881,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/10fa7b49854f975c033f0087474dbca52ab425d17d11cb4b93b8f6282cdd42ff/diff:/var/lib/docker/overlay2/6313cf7f19e53942d3d8bc4db8348191b0204fe3a714a7f97921154ac67bf72d/diff:/var/lib/docker/overlay2/54b6558745d3abbfefa4d9ab844792a3307fc9d06742380a04ffe9b820c71371/diff:/var/lib/docker/overlay2/49eb5ab78532442f4bdda59124ce1bf7164370880b1f567c02f02a5d37ec488e/diff:/var/lib/docker/overlay2/95a3ee41e84ac6447418eecad15e374b9679d7d775bb59b637c316cdee1bb540/diff:/var/lib/docker/overlay2/6e8f4396e7385732e6811e9e6da323e24bbc5fa94f5e03af78f9f7a61a495d36/diff:/var/lib/docker/overlay2/0aacd9020aaa1f3fff33f795873ab501c4a876ed00d9f8886e60658f812450cb/diff:/var/lib/docker/overlay2/d7351bf99f5aa7aadb640bb984157d7376c627eb72c0bfcbfc73472beb95f804/diff",
            "MergedDir": "/var/lib/docker/overlay2/5b1ddb8a8768fd3f219df6dcbe3c4ed9c7ccb92b5f91cd1aef550562629a50ff/merged",
            "UpperDir": "/var/lib/docker/overlay2/5b1ddb8a8768fd3f219df6dcbe3c4ed9c7ccb92b5f91cd1aef550562629a50ff/diff",
            "WorkDir": "/var/lib/docker/overlay2/5b1ddb8a8768fd3f219df6dcbe3c4ed9c7ccb92b5f91cd1aef550562629a50ff/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:931b7ff0cb6f494b27d31a4cbec3efe62ac54676add9c7469560302f1541ecaf",
            "sha256:4f3734991a5a5bd485aa5683719e2d7e2be058aa1c08bca8a99949fcd700d81c",
            "sha256:b9f00d2d3161c38b4ffa78b41ba5f415562d5978d2295aa597ed0c94b0fafdac",
            "sha256:0293925f03ff63ef496278b22ab4b298d2bb9f4eb160e94419c2d1d116f2d211",
            "sha256:5b8ac611dba98a5608f0c7c3b4ed4f46c828133fbed99cb1134cbe9f17ff7d0b",
            "sha256:c2c8dc1c186b420b57949abc46d38ecc3f70c831dd9913da789a5de5ccfab4f1",
            "sha256:a2488ede8d214ba9f7280f1ff90df923bebb7fdf3db7618f10fb9c797d422754",
            "sha256:2029ce3dfc5809cf308389502536153ee4ba4ff5fb8451f83343f36435da5bcd",
            "sha256:8b4c21b3b93321b56a7acdd98a432abb71d266616ccd1538b3c135bc391ac92a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-16T15:13:53.459855363+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/gitlab/gitlab-ee:nightly

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/gitlab/gitlab-ee:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io4.37GB2026-04-13 20:09
84

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

linux/amd64 docker.io4.38GB2026-04-16 22:20
87

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

linux/amd64 docker.io4.19GB2026-04-26 22:36
52