-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update clickhouse to the latest state #19576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tianon
merged 1 commit into
docker-library:master
from
ClickHouse:ClickHouse-docker-library
Jul 31, 2025
Merged
Update clickhouse to the latest state #19576
tianon
merged 1 commit into
docker-library:master
from
ClickHouse:ClickHouse-docker-library
Jul 31, 2025
+7
−7
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for d8f0c6a:diff --git a/_bashbrew-cat b/_bashbrew-cat
index eff56f2..28f7ffe 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,21 +1,21 @@
Maintainers: Misha f. Shiryaev <[email protected]> (@Felixoid), Max Kainov <[email protected]> (@mkaynov), Alexander Sapin <[email protected]> (@alesapin)
GitRepo: https://github.com/ClickHouse/docker-library.git
GitFetch: refs/heads/main
-GitCommit: 8a2ccf4a8e675cf081f27afa8917d5a9c180c1a5
+GitCommit: c3c67371961b5efb723ad9b4755f7178b458f9b7
-Tags: 25.4, 25.4-jammy, 25.4.13, 25.4.13-jammy, 25.4.13.22, 25.4.13.22-jammy
+Tags: 25.5, 25.5-jammy, 25.5.9, 25.5.9-jammy, 25.5.9.14, 25.5.9.14-jammy
Architectures: amd64, arm64v8
-Directory: server/25.4.13.22
+Directory: server/25.5.9.14
File: Dockerfile.ubuntu
-Tags: 25.5, 25.5-jammy, 25.5.9, 25.5.9-jammy, 25.5.9.14, 25.5.9.14-jammy
+Tags: 25.6, 25.6-jammy, 25.6.6, 25.6.6-jammy, 25.6.6.29, 25.6.6.29-jammy
Architectures: amd64, arm64v8
-Directory: server/25.5.9.14
+Directory: server/25.6.6.29
File: Dockerfile.ubuntu
-Tags: latest, jammy, 25.6, 25.6-jammy, 25.6.5, 25.6.5-jammy, 25.6.5.41, 25.6.5.41-jammy
+Tags: latest, jammy, 25.7, 25.7-jammy, 25.7.1, 25.7.1-jammy, 25.7.1.3997, 25.7.1.3997-jammy
Architectures: amd64, arm64v8
-Directory: server/25.6.5.41
+Directory: server/25.7.1.3997
File: Dockerfile.ubuntu
Tags: lts, lts-jammy, 25.3, 25.3-jammy, 25.3.6, 25.3.6-jammy, 25.3.6.56, 25.3.6.56-jammy
diff --git a/_bashbrew-list b/_bashbrew-list
index cacf0a1..a5444b3 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,12 +4,6 @@ clickhouse:25.3.6
clickhouse:25.3.6-jammy
clickhouse:25.3.6.56
clickhouse:25.3.6.56-jammy
-clickhouse:25.4
-clickhouse:25.4-jammy
-clickhouse:25.4.13
-clickhouse:25.4.13-jammy
-clickhouse:25.4.13.22
-clickhouse:25.4.13.22-jammy
clickhouse:25.5
clickhouse:25.5-jammy
clickhouse:25.5.9
@@ -18,10 +12,16 @@ clickhouse:25.5.9.14
clickhouse:25.5.9.14-jammy
clickhouse:25.6
clickhouse:25.6-jammy
-clickhouse:25.6.5
-clickhouse:25.6.5-jammy
-clickhouse:25.6.5.41
-clickhouse:25.6.5.41-jammy
+clickhouse:25.6.6
+clickhouse:25.6.6-jammy
+clickhouse:25.6.6.29
+clickhouse:25.6.6.29-jammy
+clickhouse:25.7
+clickhouse:25.7-jammy
+clickhouse:25.7.1
+clickhouse:25.7.1-jammy
+clickhouse:25.7.1.3997
+clickhouse:25.7.1.3997-jammy
clickhouse:jammy
clickhouse:latest
clickhouse:lts
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 01a6123..f5a4319 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,4 @@
clickhouse:25.3.6.56-jammy
-clickhouse:25.4.13.22-jammy
clickhouse:25.5.9.14-jammy
-clickhouse:25.6.5.41-jammy
+clickhouse:25.6.6.29-jammy
+clickhouse:25.7.1.3997-jammy
diff --git a/clickhouse_25.4.13.22-jammy/entrypoint.sh b/clickhouse_25.4.13.22-jammy/entrypoint.sh
deleted file mode 100755
index a708dc4..0000000
diff --git a/clickhouse_25.6.5.41-jammy/Dockerfile.ubuntu b/clickhouse_25.6.6.29-jammy/Dockerfile.ubuntu
similarity index 99%
rename from clickhouse_25.6.5.41-jammy/Dockerfile.ubuntu
rename to clickhouse_25.6.6.29-jammy/Dockerfile.ubuntu
index d885b38..c57c144 100644
--- a/clickhouse_25.6.5.41-jammy/Dockerfile.ubuntu
+++ b/clickhouse_25.6.6.29-jammy/Dockerfile.ubuntu
@@ -28,7 +28,7 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
ARG REPO_CHANNEL="stable"
ARG REPOSITORY="deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb ${REPO_CHANNEL} main"
-ARG VERSION="25.6.5.41"
+ARG VERSION="25.6.6.29"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
diff --git a/clickhouse_25.4.13.22-jammy/docker_related_config.xml b/clickhouse_25.6.6.29-jammy/docker_related_config.xml
similarity index 100%
rename from clickhouse_25.4.13.22-jammy/docker_related_config.xml
rename to clickhouse_25.6.6.29-jammy/docker_related_config.xml
diff --git a/clickhouse_25.6.5.41-jammy/entrypoint.sh b/clickhouse_25.6.6.29-jammy/entrypoint.sh
similarity index 100%
copy from clickhouse_25.6.5.41-jammy/entrypoint.sh
copy to clickhouse_25.6.6.29-jammy/entrypoint.sh
diff --git a/clickhouse_25.4.13.22-jammy/Dockerfile.ubuntu b/clickhouse_25.7.1.3997-jammy/Dockerfile.ubuntu
similarity index 97%
rename from clickhouse_25.4.13.22-jammy/Dockerfile.ubuntu
rename to clickhouse_25.7.1.3997-jammy/Dockerfile.ubuntu
index c029518..728578e 100644
--- a/clickhouse_25.4.13.22-jammy/Dockerfile.ubuntu
+++ b/clickhouse_25.7.1.3997-jammy/Dockerfile.ubuntu
@@ -20,15 +20,17 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
&& 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 \
+ busybox \
ca-certificates \
locales \
tzdata \
wget \
+ && busybox --install -s \
&& rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/*
ARG REPO_CHANNEL="stable"
ARG REPOSITORY="deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb ${REPO_CHANNEL} main"
-ARG VERSION="25.4.13.22"
+ARG VERSION="25.7.1.3997"
ARG PACKAGES="clickhouse-client clickhouse-server clickhouse-common-static"
diff --git a/clickhouse_25.6.5.41-jammy/docker_related_config.xml b/clickhouse_25.7.1.3997-jammy/docker_related_config.xml
similarity index 100%
rename from clickhouse_25.6.5.41-jammy/docker_related_config.xml
rename to clickhouse_25.7.1.3997-jammy/docker_related_config.xml
diff --git a/clickhouse_25.6.5.41-jammy/entrypoint.sh b/clickhouse_25.7.1.3997-jammy/entrypoint.sh
similarity index 100%
rename from clickhouse_25.6.5.41-jammy/entrypoint.sh
rename to clickhouse_25.7.1.3997-jammy/entrypoint.sh Relevant Maintainers: |
tianon
approved these changes
Jul 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automatic PR to update
clickhouse
according to the latest releases.Maintainers: Misha f. Shiryaev [email protected] (@Felixoid),
Max Kainov [email protected] (@mkaynov),
Alexander Sapin [email protected] (@alesapin)