docker.io/clickhouse/clickhouse-server:25.4 linux/amd64

docker.io/clickhouse/clickhouse-server:25.4 - 国内下载镜像源 浏览次数:49
🚀 该镜像为 ClickHouse 的 Server 镜像,提供了一个功能齐全的 ClickHouse 服务器环境。.>ClickHouse 是一种高性能的开源列式数据库管理系统,用于存储和分析大量数据。 该镜像包含了 ClickHouse Server、Zookeeper 和其他依赖项,可以用来快速部署和运行 ClickHouse 服务。
源镜像 docker.io/clickhouse/clickhouse-server:25.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:25.4
镜像ID sha256:8e577d6a8136a3480244d1a62f05b3e5af1e6228b8be8903381fb29376051cc4
镜像TAG 25.4
大小 682.25MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 49 次
贡献者
镜像创建 2025-05-15T12:12:07.27533125Z
同步时间 2025-05-17 12:28
更新时间 2025-05-31 01:26
开放端口
8123/tcp 9000/tcp 9009/tcp
目录挂载
/var/lib/clickhouse
环境变量
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
镜像标签
25.4.4.25: com.clickhouse.build.version 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/clickhouse/clickhouse-server:25.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:25.4  docker.io/clickhouse/clickhouse-server:25.4

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-15 20:12:07  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2025-05-15 20:12:07  0.00B 设置环境变量 CLICKHOUSE_CONFIG
ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
                        
# 2025-05-15 20:12:07  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/clickhouse]
                        
# 2025-05-15 20:12:07  0.00B 声明容器运行时监听的端口
EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
                        
# 2025-05-15 20:12:07  11.86KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-05-15 20:12:07  314.00B 复制新文件或目录到容器中
COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
                        
# 2025-05-15 20:12:07  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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2025-05-15 20:12:07  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2025-05-15 20:12:07  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-05-15 20:12:07  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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
                        
# 2025-05-15 20:12:04  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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /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-05-15 20:12:04  579.91MB 执行命令并创建新的镜像层
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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /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-05-15 20:11:32  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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /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-05-15 20:11:32  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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /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-05-15 20:11:32  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.4.4.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url= DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /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-05-11 01:17:14  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG single_binary_location_url=
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG DIRECT_DOWNLOAD_URLS=
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG deb_location_url=
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG VERSION=25.4.4.25
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG REPO_CHANNEL=stable
                        
# 2025-05-11 01:17:14  21.41MB 执行命令并创建新的镜像层
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-05-11 01:17:14  0.00B 定义构建参数
ARG apt_archive=http://archive.ubuntu.com
                        
# 2025-05-11 01:17:14  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-04-28 17:44:42  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-28 17:44:42  77.86MB 
/bin/sh -c #(nop) ADD file:59e67123ba6a5d9eea9813e7b2a767696f767c15c5b23c61c4d5bd6ba6fa9ac6 in / 
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-28 17:44:40  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:8e577d6a8136a3480244d1a62f05b3e5af1e6228b8be8903381fb29376051cc4",
    "RepoTags": [
        "clickhouse/clickhouse-server:25.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:25.4"
    ],
    "RepoDigests": [
        "clickhouse/clickhouse-server@sha256:0ca929e0bd29c74380831d501859aee9f8caa12d896d76d0bcca55ff4e096b8c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server@sha256:79719e90d68a7df77c6df0b128d300b416dc903b22e9157407611f384c97eb75"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-15T12:12:07.27533125Z",
    "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": {
            "com.clickhouse.build.version": "25.4.4.25",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 682252187,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/880d7f71b29ed9b58c4ec8fee9f96e3f0587363fb5e1b149894e7c963ef37179/diff:/var/lib/docker/overlay2/17abe0ff1270964aff7e870e6ef4ecbcc569270016486fd1118833af5b37c44b/diff:/var/lib/docker/overlay2/572e64525a6393af3795c82b9727fb389359653042ee578f7a94c910ac0d1b34/diff:/var/lib/docker/overlay2/52c9a47e3a71983a0bc5325101e336665398d9a425ccf310ae66420b637b5f8e/diff:/var/lib/docker/overlay2/be0d593222482ddfe38d07d0cd5c07226e29d1c2f2b91b921ec7f6a73bedf7ab/diff:/var/lib/docker/overlay2/a43a37187568d0a2bbf6f9f926e6f48d9e6fb7303d0e7889803843bda6782648/diff:/var/lib/docker/overlay2/b87f02c9f433276c3b7d237c4a38e8450958ab319369b86014bb7e97288bf52d/diff:/var/lib/docker/overlay2/0019a71653cea8475e5182cbff4bb46218f2e422823ea3acd7fe96c3f95666dd/diff:/var/lib/docker/overlay2/488693a346b783b1176e036ed716aa3fd2a56fd29e1b069fddfd95e7b4425116/diff:/var/lib/docker/overlay2/4fcc5403e042c93b3ca4d38d146f8e6b90dd77bfab9e3b637ca3380d6edf5498/diff",
            "MergedDir": "/var/lib/docker/overlay2/a0762aae17e860fa5ad8414ad6563494619a2b4dbe12b52bed44482c5db63a70/merged",
            "UpperDir": "/var/lib/docker/overlay2/a0762aae17e860fa5ad8414ad6563494619a2b4dbe12b52bed44482c5db63a70/diff",
            "WorkDir": "/var/lib/docker/overlay2/a0762aae17e860fa5ad8414ad6563494619a2b4dbe12b52bed44482c5db63a70/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:346f14bf17b9846c3e67362b00c16c9085772033cb7c58742c4e1efa22466d38",
            "sha256:6fa78a8ebfc3e34944c0a16c244b33bc20ccbf75063da36497a9313f692f527d",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:496a3f4e1aa36828ac1980b6e990947df8945990b5b29ee70f6d35dc64d10716",
            "sha256:bcdda6a03b292a09af4eacf1bf3350e7eb05800a036246ce7d5b5452e1daf585",
            "sha256:27b3b73ab944e83eb189626d07674123ce872c90e00dcb633d8eb1928ff315d0",
            "sha256:7e2544918392543733114a88bc04d299f24d07506e4767f0642c0d023f148147",
            "sha256:2fb9d38e0258694ea9e36a6920d993e16f5441659cb1238ee046e84d3dbe0684",
            "sha256:bbcc0f72587b2c5cce3b9b4530cec3afd7d554e24a329d9d2d33688466a7dbad"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-17T12:27:40.641285658+08:00"
    }
}

更多版本

docker.io/clickhouse/clickhouse-server:24.3.4.147

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

docker.io/clickhouse/clickhouse-server:24.6.2.17

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

docker.io/clickhouse/clickhouse-server:head

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

docker.io/clickhouse/clickhouse-server:23.4.1

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

docker.io/clickhouse/clickhouse-server:24.5.3.5

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

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

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

docker.io/clickhouse/clickhouse-server:21.8.13.6

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

docker.io/clickhouse/clickhouse-server:23.3.19.32

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

docker.io/clickhouse/clickhouse-server:23.8.9.54

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

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

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

docker.io/clickhouse/clickhouse-server:24.8.7.41

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

docker.io/clickhouse/clickhouse-server:22.6.6.16

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

docker.io/clickhouse/clickhouse-server:23.4.2.11

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

docker.io/clickhouse/clickhouse-server:23.4

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

docker.io/clickhouse/clickhouse-server:head

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

docker.io/clickhouse/clickhouse-server:24.12

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

docker.io/clickhouse/clickhouse-server:23.10

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

docker.io/clickhouse/clickhouse-server:21.11.5

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

docker.io/clickhouse/clickhouse-server:23.8.16.16

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

docker.io/clickhouse/clickhouse-server:25.1

linux/arm64 docker.io629.54MB2025-02-19 13:31
207

docker.io/clickhouse/clickhouse-server:24.3.4.147

linux/arm64 docker.io912.25MB2025-03-04 19:08
113

docker.io/clickhouse/clickhouse-server:24.12.6.70

linux/amd64 docker.io647.86MB2025-03-13 16:04
127

docker.io/clickhouse/clickhouse-server:22.8.20.11

linux/amd64 docker.io913.27MB2025-03-25 09:43
111

docker.io/clickhouse/clickhouse-server:24.8.9.95

linux/amd64 docker.io612.23MB2025-03-25 09:44
143

docker.io/clickhouse/clickhouse-server:21.8.15.7

linux/amd64 docker.io740.00MB2025-03-25 10:08
73

docker.io/clickhouse/clickhouse-server:23.10

linux/amd64 docker.io1.07GB2025-03-25 10:13
57

docker.io/clickhouse/clickhouse-server:23.10.4

linux/amd64 docker.io1.07GB2025-03-25 10:14
78

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

linux/arm64 docker.io970.26MB2025-03-31 09:31
66

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

linux/arm64 docker.io590.00MB2025-03-31 09:52
81

docker.io/clickhouse/clickhouse-server:23.5

linux/arm64 docker.io668.01MB2025-03-31 09:58
109

docker.io/clickhouse/clickhouse-server:22.3.3

linux/arm64 docker.io692.97MB2025-03-31 10:19
116

docker.io/clickhouse/clickhouse-server:22.3.3

linux/amd64 docker.io909.59MB2025-04-15 15:42
45

docker.io/clickhouse/clickhouse-server:25.4

linux/amd64 docker.io682.25MB2025-05-17 12:28
48

docker.io/clickhouse/clickhouse-server:25.4

linux/arm64 docker.io635.12MB2025-05-17 12:31
50

docker.io/clickhouse/clickhouse-server:24.8

linux/amd64 docker.io612.28MB2025-05-21 14:14
34

docker.io/clickhouse/clickhouse-server:22.4.2

linux/arm64 docker.io707.64MB2025-05-27 12:56
19

docker.io/clickhouse/clickhouse-server:24.11.1

linux/arm64 docker.io591.07MB2025-05-27 13:07
24

docker.io/clickhouse/clickhouse-server:23.3.9.55

linux/arm64 docker.io661.22MB2025-05-27 14:15
18

docker.io/clickhouse/clickhouse-server:23.5.5.92

linux/arm64 docker.io668.01MB2025-05-27 14:33
19

docker.io/clickhouse/clickhouse-server:23.4.6.25

linux/arm64 docker.io671.38MB2025-05-27 15:55
18