docker.io/clickhouse/clickhouse-server:head linux/arm64

docker.io/clickhouse/clickhouse-server:head - 国内下载镜像源 浏览次数:32 温馨提示: 这是一个 linux/arm64 系统架构镜像
🚀 该镜像为 ClickHouse 的 Server 镜像,提供了一个功能齐全的 ClickHouse 服务器环境。.html>ClickHouse 是一种高性能的开源列式数据库管理系统,用于存储和分析大量数据。 该镜像包含了 ClickHouse Server、Zookeeper 和其他依赖项,可以用来快速部署和运行 ClickHouse 服务。
源镜像 docker.io/clickhouse/clickhouse-server:head
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64
镜像ID sha256:aec0136c6aaa1e393e14313861a0822246ac9e46d7259acb31a3a62c6156cda2
镜像TAG head-linuxarm64
大小 621.13MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/arm64
浏览量 32 次
贡献者
镜像创建 2025-01-06T22:06:41.482762514Z
同步时间 2025-01-07 20:53
更新时间 2025-01-17 13:20
开放端口
8123/tcp 9000/tcp 9009/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 TZ=UTC CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
镜像标签
https://github.com/ClickHouse/ClickHouse/actions/runs/12638938620: build-url 5054408c983ab3469b03bec788e0fb2d9484be1f: com.clickhouse.build.githash : com.clickhouse.build.version ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: ubuntu 22.04 扫描引擎: Trivy 扫描时间: 2025-01-07 20:55

低危漏洞:36 中危漏洞:16 高危漏洞:0 严重漏洞:0

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64  docker.io/clickhouse/clickhouse-server:head

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64  docker.io/clickhouse/clickhouse-server:head

Shell快速替换命令

sed -i 's#clickhouse/clickhouse-server:head#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64  docker.io/clickhouse/clickhouse-server:head'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64  docker.io/clickhouse/clickhouse-server:head'

镜像构建历史


# 2025-01-07 06:06:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2025-01-07 06:06:41  0.00B 设置环境变量 CLICKHOUSE_CONFIG
ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
                        
# 2025-01-07 06:06:41  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/clickhouse]
                        
# 2025-01-07 06:06:41  0.00B 声明容器运行时监听的端口
EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
                        
# 2025-01-07 06:06:41  9.14KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-01-07 06:06:41  314.00B 复制新文件或目录到容器中
COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
                        
# 2025-01-07 06:06:41  0.00B 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2025-01-07 06:06:41  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-01-07 06:06:41  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-01-07 06:06:41  3.06MB 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
                        
# 2025-01-07 06:06:30  95.86KB 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c clickhouse-local -q 'SELECT * FROM system.build_options'     && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client     && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client # buildkit
                        
# 2025-01-07 06:06:26  0.00B 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c clickhouse local -q 'SELECT 1' >/dev/null 2>&1 && exit 0 || :     ; apt-get update     && apt-get install --yes --no-install-recommends         dirmngr         gnupg2     && mkdir -p /etc/apt/sources.list.d     && GNUPGHOME=$(mktemp -d)     && GNUPGHOME="$GNUPGHOME" gpg --batch --no-default-keyring         --keyring /usr/share/keyrings/clickhouse-keyring.gpg         --keyserver hkp://keyserver.ubuntu.com:80         --recv-keys 3a9ea1193a97b548be1457d48919f6bd2b48d754     && rm -rf "$GNUPGHOME"     && chmod +r /usr/share/keyrings/clickhouse-keyring.gpg     && echo "${REPOSITORY}" > /etc/apt/sources.list.d/clickhouse.list     && echo "installing from repository: ${REPOSITORY}"     && apt-get update     && for package in ${PACKAGES}; do         packages="${packages} ${package}=${VERSION}"     ; done     && apt-get install --yes --no-install-recommends ${packages} || exit 1     && rm -rf         /var/lib/apt/lists/*         /var/cache/debconf         /tmp/*     && apt-get autoremove --purge -yq dirmngr gnupg2     && chmod ugo+Xrw -R /etc/clickhouse-server /etc/clickhouse-client # buildkit
                        
# 2025-01-07 06:06:24  0.00B 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c if [ -n "${single_binary_location_url}" ]; then         echo "installing from single binary url: ${single_binary_location_url}"         && rm -rf /tmp/clickhouse_binary         && mkdir -p /tmp/clickhouse_binary         && wget --progress=bar:force:noscroll "${single_binary_location_url}" -O /tmp/clickhouse_binary/clickhouse         && chmod +x /tmp/clickhouse_binary/clickhouse         && /tmp/clickhouse_binary/clickhouse install --user "clickhouse" --group "clickhouse"         && rm -rf /tmp/* ;     fi # buildkit
                        
# 2025-01-07 06:06:24  0.00B 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c arch="${TARGETARCH:-amd64}"     && if [ -n "${deb_location_url}" ]; then         echo "installing from custom url with deb packages: ${deb_location_url}"         && rm -rf /tmp/clickhouse_debs         && mkdir -p /tmp/clickhouse_debs         && for package in ${PACKAGES}; do             { wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_${arch}.deb" -P /tmp/clickhouse_debs ||                 wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_all.deb" -P /tmp/clickhouse_debs ; }             || exit 1         ; done         && dpkg -i /tmp/clickhouse_debs/*.deb         && rm -rf /tmp/* ;     fi # buildkit
                        
# 2025-01-07 06:06:23  527.44MB 执行命令并创建新的镜像层
RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.1.1.1 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb single_binary_location_url= TARGETARCH=arm64 /bin/sh -c if [ -n "${DIRECT_DOWNLOAD_URLS}" ]; then         echo "installing from custom predefined urls with deb packages: ${DIRECT_DOWNLOAD_URLS}"         && rm -rf /tmp/clickhouse_debs         && mkdir -p /tmp/clickhouse_debs         && for url in $DIRECT_DOWNLOAD_URLS; do             wget --progress=bar:force:noscroll "$url" -P /tmp/clickhouse_debs || exit 1         ; done         && dpkg -i /tmp/clickhouse_debs/*.deb         && rm -rf /tmp/* ;     fi # buildkit
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG TARGETARCH=arm64
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG single_binary_location_url=
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG DIRECT_DOWNLOAD_URLS=https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-client_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-common-static_25.1.1.2027_arm64.deb https://s3.amazonaws.com/clickhouse-builds/25.1/5054408c983ab3469b03bec788e0fb2d9484be1f/package_aarch64/clickhouse-server_25.1.1.2027_arm64.deb
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG deb_location_url=
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG VERSION=25.1.1.1
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG REPO_CHANNEL=stable
                        
# 2025-01-07 06:05:49  21.31MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com /bin/sh -c sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list     && groupadd -r clickhouse --gid=101     && useradd -r -g clickhouse --uid=101 --home-dir=/var/lib/clickhouse --shell=/bin/bash clickhouse     && apt-get update     && apt-get install --yes --no-install-recommends         ca-certificates         locales         tzdata         wget     && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG apt_archive=http://archive.ubuntu.com
                        
# 2025-01-07 06:05:49  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2024-09-12 00:26:06  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-09-12 00:26:06  69.22MB 
/bin/sh -c #(nop) ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 in / 
                        
# 2024-09-12 00:26:04  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2024-09-12 00:26:04  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-09-12 00:26:04  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-09-12 00:26:04  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:aec0136c6aaa1e393e14313861a0822246ac9e46d7259acb31a3a62c6156cda2",
    "RepoTags": [
        "clickhouse/clickhouse-server:head",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:head-linuxarm64"
    ],
    "RepoDigests": [
        "clickhouse/clickhouse-server@sha256:14891153650571f6693ed79f0df735cf4fa69e617eb03a21031295a796bf0065",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server@sha256:34ca9b9c5731f6ef8457193176799c602db08e797558c8aa9fa2a80e4a99f6ba"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-01-06T22:06:41.482762514Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8123/tcp": {},
            "9000/tcp": {},
            "9009/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=en_US.UTF-8",
            "TZ=UTC",
            "CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/var/lib/clickhouse": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "build-url": "https://github.com/ClickHouse/ClickHouse/actions/runs/12638938620",
            "com.clickhouse.build.githash": "5054408c983ab3469b03bec788e0fb2d9484be1f",
            "com.clickhouse.build.version": "",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 621126490,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/00118e4ecacf341619ed26f68d02f1fab8a6612277a9f2f5b2f58867aa95cfb5/diff:/var/lib/docker/overlay2/a52f2d91b607d97bce4c419f148016c1ff9ac19d70effb0c136236bfe761b7bf/diff:/var/lib/docker/overlay2/b0db56779da344a29a2c18706e0feceba91eb01e618d9a70db540bda7d1c8205/diff:/var/lib/docker/overlay2/c02534508d08f2d46188d11da3c7838ff9de3605323c55821455bedd1ef41343/diff:/var/lib/docker/overlay2/49df27b904c749c6ffe7b417994021ee321d8b04743fc0da76e4b52972970854/diff:/var/lib/docker/overlay2/e6f1a3a445d3edcec667e8cf8c630ca0fac55c5bcb47286baddac9940b24c66a/diff:/var/lib/docker/overlay2/07fc384bc3bf11df7076db2ecf9e4d07cd2b2d38601f4aa8565175f9d2bb7c36/diff:/var/lib/docker/overlay2/251d57c16e6085f4c02504fd90c203f7e2eb4e272596793870023d110a342f6b/diff:/var/lib/docker/overlay2/8d35ef559118d60393129184eb9450180db7808edbc9b281eab9f4ef46bfb547/diff:/var/lib/docker/overlay2/6930c47f789393aae5403785dce97ab7620cbd2f2c834db52eb4ca19c201b50a/diff",
            "MergedDir": "/var/lib/docker/overlay2/cd4e8e62a0aa5ed6f574c2bb808f65a61cdf0e4b71e0f253704e697076eecdf4/merged",
            "UpperDir": "/var/lib/docker/overlay2/cd4e8e62a0aa5ed6f574c2bb808f65a61cdf0e4b71e0f253704e697076eecdf4/diff",
            "WorkDir": "/var/lib/docker/overlay2/cd4e8e62a0aa5ed6f574c2bb808f65a61cdf0e4b71e0f253704e697076eecdf4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:54cb91f3fa5e8005668ad67d5394b63a3d741f0893588c1632e1e2ff415c8dcc",
            "sha256:682dd99b186b197ee9d72f7967d4a2dc003fbaf4a2609c45a28766ac7e84e423",
            "sha256:e74edb86eae78ca68731911b5a01a764279f379d6d0a8262f6422d6775782a9c",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:aec3c2d403c16fbfc51c105f8717d84514ec7a265851ede9376077c26242dd61",
            "sha256:36cb010af64a27f74b70fe25961a744bd6a6a140b9a1ae5612b6f6ca9e4c0c63",
            "sha256:3bd86b670ccaf29b45f8c347b43e6c2b7383c310467a1586e721ba4af68f40dd",
            "sha256:99b803ce7f1e2ad838212991619cba23eb539b34494e8656824db861cdfcc175",
            "sha256:a3a52480ceb69d059da0c55e27d7fc16f8dac90bbf0bbf3712e614f8b744a153"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-07T20:53:03.388805789+08:00"
    }
}

更多版本

docker.io/clickhouse/clickhouse-server:24.3.4.147

linux/amd64 docker.io945.70MB2024-06-20 09:13
318

docker.io/clickhouse/clickhouse-server:24.6.2.17

linux/amd64 docker.io615.01MB2024-07-17 14:51
238

docker.io/clickhouse/clickhouse-server:head

linux/amd64 docker.io617.47MB2024-07-17 14:53
260

docker.io/clickhouse/clickhouse-server:23.4.1

linux/amd64 docker.io938.21MB2024-09-13 19:05
149

docker.io/clickhouse/clickhouse-server:24.5.3.5

linux/amd64 docker.io600.13MB2024-09-19 13:08
190

docker.io/clickhouse/clickhouse-server:23.11-alpine

linux/amd64 docker.io910.10MB2024-09-26 14:10
186

docker.io/clickhouse/clickhouse-server:21.8.13.6

linux/amd64 docker.io704.26MB2024-10-21 15:28
188

docker.io/clickhouse/clickhouse-server:23.3.19.32

linux/amd64 docker.io862.71MB2024-11-08 15:21
76

docker.io/clickhouse/clickhouse-server:23.8.9.54

linux/amd64 docker.io1.01GB2024-11-25 16:18
64

docker.io/clickhouse/clickhouse-server:22.8.14.53-alpine

linux/amd64 docker.io768.70MB2024-11-29 15:58
65

docker.io/clickhouse/clickhouse-server:24.8.7.41

linux/amd64 docker.io612.08MB2024-12-12 11:11
68

docker.io/clickhouse/clickhouse-server:22.6.6.16

linux/amd64 docker.io942.76MB2024-12-24 10:06
44

docker.io/clickhouse/clickhouse-server:23.4.2.11

linux/amd64 docker.io927.95MB2024-12-24 10:10
37

docker.io/clickhouse/clickhouse-server:23.4

linux/amd64 docker.io874.11MB2025-01-06 13:12
28

docker.io/clickhouse/clickhouse-server:head

linux/arm64 docker.io621.13MB2025-01-07 20:53
31

docker.io/clickhouse/clickhouse-server:24.12

linux/arm64 docker.io612.74MB2025-01-07 21:03
39

docker.io/clickhouse/clickhouse-server:23.10

linux/arm64 docker.io1.05GB2025-01-07 21:52
38

docker.io/clickhouse/clickhouse-server:21.11.5

linux/amd64 docker.io754.84MB2025-01-13 18:47
33

docker.io/clickhouse/clickhouse-server:23.8.16.16

linux/amd64 docker.io1.01GB2025-01-16 23:50
13