Upgrade distroless base from Debian 12 to Debian 13#101678
Merged
motsc merged 1 commit intoClickHouse:masterfrom Apr 3, 2026
Merged
Upgrade distroless base from Debian 12 to Debian 13#101678motsc merged 1 commit intoClickHouse:masterfrom
motsc merged 1 commit intoClickHouse:masterfrom
Conversation
Upgrades the distroless base image from `cc-debian12` to `cc-debian13` for both server and keeper. This brings glibc from 2.36 to 2.41 and OpenSSL from 3.0.18 to 3.5.5, eliminating all reachable CVEs found by Mend (18 total on Debian 12, 14 reachable → 12 total on Debian 13, 0 reachable).
Contributor
|
Workflow [PR], commit [5c30fd9] Summary: ✅ AI ReviewSummaryThis PR updates ClickHouse Rules
Final Verdict
|
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
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.
Upgrades the distroless base image for server and keeper from
gcr.io/distroless/cc-debian12togcr.io/distroless/cc-debian13.This brings glibc from 2.36 to 2.41 and OpenSSL from 3.0.18 to 3.5.5,
eliminating all reachable CVEs reported by Mend (14 reachable on Debian 12
→ 0 reachable on Debian 13). The 12 remaining findings on Debian 13 are
all ancient disputed glibc issues (2010–2019) marked unreachable.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Upgrade distroless Docker image base from Debian 12 (glibc 2.36, OpenSSL 3.0) to Debian 13 (glibc 2.41, OpenSSL 3.5), reducing CVE surface to zero reachable vulnerabilities.
Documentation entry for user-facing changes