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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-11-27 02:38:17  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2024-11-27 02:38:17  0.00B 设置环境变量 CLICKHOUSE_CONFIG
ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
                        
# 2024-11-27 02:38:17  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/clickhouse]
                        
# 2024-11-27 02:38:17  0.00B 声明容器运行时监听的端口
EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
                        
# 2024-11-27 02:38:17  9.14KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
                        
# 2024-11-27 02:38:17  314.00B 复制新文件或目录到容器中
COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
                        
# 2024-11-27 02:38:17  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.11.1.2557 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-11-27 02:38:17  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2024-11-27 02:38:17  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2024-11-27 02:38:17  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=24.11.1.2557 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-11-27 02:38:06  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.11.1.2557 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-11-27 02:38:02  497.48MB 执行命令并创建新的镜像层
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.11.1.2557 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-11-27 02:35:20  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.11.1.2557 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-11-27 02:35:20  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.11.1.2557 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-11-27 02:35:20  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.11.1.2557 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-11-27 02:35:20  0.00B 定义构建参数
ARG TARGETARCH=arm64
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG single_binary_location_url=
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG DIRECT_DOWNLOAD_URLS=
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG deb_location_url=
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG VERSION=24.11.1.2557
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG REPO_CHANNEL=stable
                        
# 2024-11-27 02:35:20  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
                        
# 2024-11-27 02:35:20  0.00B 定义构建参数
ARG apt_archive=http://archive.ubuntu.com
                        
# 2024-11-27 02:35:20  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:7cc98eb483c694b9c65f8f11225d3c87ea94d424347cdfbf1b61b236d97c588f",
    "RepoTags": [
        "clickhouse/clickhouse-server:24.11.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server:24.11.1-linuxarm64"
    ],
    "RepoDigests": [
        "clickhouse/clickhouse-server@sha256:f3ed696dba3c2c40816ca5f4251d686844ee51cbfcfac2fb79edb8d2d749f175",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/clickhouse/clickhouse-server@sha256:b6abf8b6dadcbcb7d7525167fbc3d68a47eb9ecc331964f44f72b15662add1c1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-26T18:38:17.508339611Z",
    "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.11.1.2557",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 591073972,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8efaa52460ce540741b7d750954c18205901ea0c1926cd4dfc951afd6385179a/diff:/var/lib/docker/overlay2/1d568eb56e9eed96f023a5765ec66104e6d3aac28b9087bcbb6859f73c24b1b2/diff:/var/lib/docker/overlay2/78e892db97a48560ff999939d1e596acb5b4db51d461b596cd7a9ca767c54e5f/diff:/var/lib/docker/overlay2/dbf8bf9f1f0ac6aa7f528c3ec466964bd50924d4624a9792c91baa016a0a6e58/diff:/var/lib/docker/overlay2/63175f95b979d5a7c2ce39e2248a141c291fa981eb5b62242f7fd4b7d31a44f1/diff:/var/lib/docker/overlay2/3f5ac2b364a1547a9d065baadc1a11ec8ffcff3bc0d501afa6217ebacb722f83/diff:/var/lib/docker/overlay2/6403c319775891656d52a8db5939572aa45f8b065d9624a632bcda2e6d84a195/diff:/var/lib/docker/overlay2/f37dae67219b2a68f3bbb215416ea7dcbdce08344e0f4cd2390cfd857dc93741/diff:/var/lib/docker/overlay2/326ba2c3b4d7ae94f53f7c08b5ade012e4bd7e4b7197f3b32bb9e01310b7b644/diff:/var/lib/docker/overlay2/6930c47f789393aae5403785dce97ab7620cbd2f2c834db52eb4ca19c201b50a/diff",
            "MergedDir": "/var/lib/docker/overlay2/13d49527747ba91434c4e9fe62522b2e782541b20aba8cb182cbf160b3725fd3/merged",
            "UpperDir": "/var/lib/docker/overlay2/13d49527747ba91434c4e9fe62522b2e782541b20aba8cb182cbf160b3725fd3/diff",
            "WorkDir": "/var/lib/docker/overlay2/13d49527747ba91434c4e9fe62522b2e782541b20aba8cb182cbf160b3725fd3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:54cb91f3fa5e8005668ad67d5394b63a3d741f0893588c1632e1e2ff415c8dcc",
            "sha256:562dcca52eb93038955c9265bdfd6121fda5f3d8b129f7a4538a3b5f8d903526",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:c399a4795290fae378e9f7dc0fc47eac519facaedb2581206eb7a6708d0ff214",
            "sha256:6522d28109186fd3a0117fdbac76971841be39169626034497e5d5572b6b065a",
            "sha256:6d2444bf497ad55495e3309fbb2cb38fad97d0704762edc0fdf678b0770a874e",
            "sha256:01402dcc9b926272c54b04fc52c44be35312a875cbdb104df4a9739a6d814689",
            "sha256:f317d380c7cc12f4657d831ae9d009b54248914886e652ee5e382c241973359b",
            "sha256:e99280901477abbefebe794a28efc9a56c83fb955e118fa2d75a11ae924e6888"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-27T13:06:50.528609935+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
404

docker.io/clickhouse/clickhouse-server:head

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

docker.io/clickhouse/clickhouse-server:23.4.1

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

docker.io/clickhouse/clickhouse-server:24.5.3.5

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

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

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

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
151

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
131

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
128

docker.io/clickhouse/clickhouse-server:23.8.16.16

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

docker.io/clickhouse/clickhouse-server:25.1

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

docker.io/clickhouse/clickhouse-server:24.3.4.147

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

docker.io/clickhouse/clickhouse-server:24.12.6.70

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

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
147

docker.io/clickhouse/clickhouse-server:21.8.15.7

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

docker.io/clickhouse/clickhouse-server:23.10

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

docker.io/clickhouse/clickhouse-server:23.10.4

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

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

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

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
110

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
52

docker.io/clickhouse/clickhouse-server:25.4

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

docker.io/clickhouse/clickhouse-server:24.8

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

docker.io/clickhouse/clickhouse-server:22.4.2

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

docker.io/clickhouse/clickhouse-server:24.11.1

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

docker.io/clickhouse/clickhouse-server:23.3.9.55

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

docker.io/clickhouse/clickhouse-server:23.5.5.92

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

docker.io/clickhouse/clickhouse-server:23.4.6.25

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