From 42da424c0fe3ca07497e47e3efec929518cd216f Mon Sep 17 00:00:00 2001 From: Petr Khartskhaev Date: Thu, 14 May 2026 10:55:44 +0200 Subject: [PATCH] Added version table --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3ced700..3d63d58 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,17 @@ For more information about concepts used in these container images, see the Versions -------- -valkey version currently provided are: -* [valkey-7](7) -* [valkey-8](8) - -RHEL versions currently supported: -* RHEL10 - -CentOS Stream versions currently supported are: -* CentOS Stream 10 - +Currently supported versions are visible in the following table, expand an entry to see its container registry address. + +||CentOS Stream 10|Fedora|RHEL 9|RHEL 10| +|:--|:--:|:--:|:--:|:--:| +|7||||| +|8|
`quay.io/sclorg/valkey-8-c10s`
|
`quay.io/fedora/valkey-8`
|
`registry.redhat.io/rhel9/valkey-8`
|
`registry.redhat.io/rhel10/valkey-8`
| + Installation ------------