From 26c7cd77e0faf9c5cd32a81837668cda60ba9bdd Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 15 Jan 2025 14:09:44 -0800 Subject: [PATCH] Run update.sh --- clickhouse/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clickhouse/README.md b/clickhouse/README.md index b01de3c54331..5573c43c2d41 100644 --- a/clickhouse/README.md +++ b/clickhouse/README.md @@ -65,6 +65,12 @@ ClickHouse works 100-1000x faster than traditional database management systems, For more information and documentation see https://clickhouse.com/. +## Versions + +- The `latest` tag points to the latest release of the latest stable branch. +- Branch tags like `22.2` point to the latest release of the corresponding branch. +- Full version tags like `22.2.3` and `22.2.3.5` point to the corresponding release. + ### Compatibility - The amd64 image requires support for [SSE3 instructions](https://en.wikipedia.org/wiki/SSE3). Virtually all x86 CPUs after 2005 support SSE3.