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

docker.io/clickhouse/clickhouse-server:24.8.9.95 - 国内下载镜像源 浏览次数:9 温馨提示: 这是一个 linux/arm64 系统架构镜像
🚀 该镜像为 ClickHouse 的 Server 镜像,提供了一个功能齐全的 ClickHouse 服务器环境。.>ClickHouse 是一种高性能的开源列式数据库管理系统,用于存储和分析大量数据。 该镜像包含了 ClickHouse Server、Zookeeper 和其他依赖项,可以用来快速部署和运行 ClickHouse 服务。
源镜像 docker.io/clickhouse/clickhouse-server:24.8.9.95
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:24.8.9.95-linuxarm64
镜像ID sha256:e640b3e4e1dac59b40750851419e934b029fd9ab0d51f975ff6f715be079e396
镜像TAG 24.8.9.95-linuxarm64
大小 576.60MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /entrypoint.sh
工作目录
OS/平台 linux/arm64
浏览量 9 次
贡献者
镜像创建 2024-12-24T12:41:12.538004026Z
同步时间 2025-06-06 10:11
更新时间 2025-06-06 22:14
开放端口
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
镜像标签
24.8.9.95: com.clickhouse.build.version ubuntu: org.opencontainers.image.ref.name 20.04: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#clickhouse/clickhouse-server:24.8.9.95#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:24.8.9.95-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:24.8.9.95-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:24.8.9.95-linuxarm64  docker.io/clickhouse/clickhouse-server:24.8.9.95'

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:e640b3e4e1dac59b40750851419e934b029fd9ab0d51f975ff6f715be079e396",
    "RepoTags": [
        "clickhouse/clickhouse-server:24.8.9.95",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:24.8.9.95-linuxarm64"
    ],
    "RepoDigests": [
        "clickhouse/clickhouse-server@sha256:de0a29b740692be3bae03a91ff045511a0b8f124273bc36e983b609a009b4de7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server@sha256:ff563aa94bea1a67a7e3d3f6541559a2527b8353a274de91444e958b305beab4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-24T12:41:12.538004026Z",
    "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": "24.8.9.95",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "20.04"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 576595250,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b51de5561ba579275a41a41d489d36a64eb2a54d3dc2187a3fef56ac3de40984/diff:/var/lib/docker/overlay2/125cca9826c6eb8e46104806847622a9997693b46ac3b5e1d49c3d22566abb63/diff:/var/lib/docker/overlay2/396d982df9462442d88ca5fa48f5ffbed5a1a90853fc523842288610ffd6a6ec/diff:/var/lib/docker/overlay2/940d30f48cffcecd652e2f2d7dcb533609d5419c61f2aa407492da9a9c0735df/diff:/var/lib/docker/overlay2/61eb415013526142c1f4818035df1acf61d5385c2c5d0519c5da04d5a26e9a21/diff:/var/lib/docker/overlay2/f40b1daff401c4caf98ba5d0c4af4f5857643672313ff2c2e56166a2f1cb6c6f/diff:/var/lib/docker/overlay2/ea522994bec4333370c5c103c6bcb10b35c66eac2acdaa61cf21b23e169692c9/diff:/var/lib/docker/overlay2/47287b1ef4847ba640af234831e8ebc1f8f189afe55470c1cf8583a54ffe31e4/diff:/var/lib/docker/overlay2/30a257d3a0c3f7d4abd594a78210d4df5a22cce46c8010fe846e949fb9645d35/diff:/var/lib/docker/overlay2/561e946722c6e7c7230329a13e2d6588f23bd0cd918aa12e73bf7784bb24d0f1/diff",
            "MergedDir": "/var/lib/docker/overlay2/725d50b6454f88cc289f5b5d6b5e407a11fc099b8973ad01e7493d8853a08021/merged",
            "UpperDir": "/var/lib/docker/overlay2/725d50b6454f88cc289f5b5d6b5e407a11fc099b8973ad01e7493d8853a08021/diff",
            "WorkDir": "/var/lib/docker/overlay2/725d50b6454f88cc289f5b5d6b5e407a11fc099b8973ad01e7493d8853a08021/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:171652ecd561458ec6fcca88016f1d5552155ecaff2445a38a97f49d6b672904",
            "sha256:7ae7cea11cc8d335cef6aa6304254dc4c14ae6b784cf3b31ac0a2c78c0bae59a",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:c36ea7957b6d60e0e3c3f698cb7b2231e500c29a633179bc28594fcaf422b6f2",
            "sha256:5afc582496a74531c354986df06c170e93282af6ceb5de2c50e09138364ac161",
            "sha256:6a5d097ae0ba7cf12ce4f90f61bf6cfe5c2369ce85e9d5e148490aa73e3d37e5",
            "sha256:5461b8647efaa943d7eeec36b823fde9dba10171384a91f786615f3fec043967",
            "sha256:2d404e60d4a0561275ea6a77d40ce747a98d284c15f77ed687c1c9a869e81b1c",
            "sha256:48d61818e244b4ade8690098660d2dba24e5110c441fd3cc40d0b296a798452c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-06T10:11:11.449265699+08:00"
    }
}

更多版本

docker.io/clickhouse/clickhouse-server:24.3.4.147

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

docker.io/clickhouse/clickhouse-server:24.6.2.17

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

docker.io/clickhouse/clickhouse-server:head

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

docker.io/clickhouse/clickhouse-server:23.4.1

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

docker.io/clickhouse/clickhouse-server:24.5.3.5

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

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

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

docker.io/clickhouse/clickhouse-server:21.8.13.6

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

docker.io/clickhouse/clickhouse-server:23.3.19.32

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

docker.io/clickhouse/clickhouse-server:23.8.9.54

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

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

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

docker.io/clickhouse/clickhouse-server:24.8.7.41

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

docker.io/clickhouse/clickhouse-server:22.6.6.16

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

docker.io/clickhouse/clickhouse-server:23.4.2.11

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

docker.io/clickhouse/clickhouse-server:23.4

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

docker.io/clickhouse/clickhouse-server:head

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

docker.io/clickhouse/clickhouse-server:24.12

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

docker.io/clickhouse/clickhouse-server:23.10

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

docker.io/clickhouse/clickhouse-server:21.11.5

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

docker.io/clickhouse/clickhouse-server:23.8.16.16

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

docker.io/clickhouse/clickhouse-server:25.1

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

docker.io/clickhouse/clickhouse-server:24.3.4.147

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

docker.io/clickhouse/clickhouse-server:24.12.6.70

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

docker.io/clickhouse/clickhouse-server:22.8.20.11

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

docker.io/clickhouse/clickhouse-server:24.8.9.95

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

docker.io/clickhouse/clickhouse-server:21.8.15.7

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

docker.io/clickhouse/clickhouse-server:23.10

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

docker.io/clickhouse/clickhouse-server:23.10.4

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

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

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

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

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

docker.io/clickhouse/clickhouse-server:23.5

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

docker.io/clickhouse/clickhouse-server:22.3.3

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

docker.io/clickhouse/clickhouse-server:22.3.3

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

docker.io/clickhouse/clickhouse-server:25.4

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

docker.io/clickhouse/clickhouse-server:25.4

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

docker.io/clickhouse/clickhouse-server:24.8

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

docker.io/clickhouse/clickhouse-server:22.4.2

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

docker.io/clickhouse/clickhouse-server:24.11.1

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

docker.io/clickhouse/clickhouse-server:23.3.9.55

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

docker.io/clickhouse/clickhouse-server:23.5.5.92

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

docker.io/clickhouse/clickhouse-server:23.4.6.25

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

docker.io/clickhouse/clickhouse-server:22.11.2.30

linux/amd64 docker.io890.32MB2025-06-04 13:40
19

docker.io/clickhouse/clickhouse-server:24.8.9.95

linux/arm64 docker.io576.60MB2025-06-06 10:11
8