From 53d5a57fcc7461a4a737e8ef5b5158a6bb87fa90 Mon Sep 17 00:00:00 2001 From: Ran Shidlansik Date: Mon, 24 Feb 2025 12:41:22 +0200 Subject: [PATCH 1/2] Divide release tags according to release stage Signed-off-by: Ran Shidlansik --- dockerhub-description.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dockerhub-description.md b/dockerhub-description.md index fdb360e..6a246da 100644 --- a/dockerhub-description.md +++ b/dockerhub-description.md @@ -7,14 +7,22 @@ Please open an Issue stating your question on [the Valkey Community](https://github.com/valkey-io/valkey-container/issues). # Supported tags and respective `Dockerfile` links + +## Latest unstable + - [`unstable`, `unstable-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/unstable/debian/Dockerfile) - [`unstable-alpine`, `unstable-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/unstable/alpine/Dockerfile) + +## Release candidates + +- [`8.1-alpine`, `8.1.0-rc1-alpine`, `8.1.0-rc1-alpine3.21`, `8.1-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/8.1/alpine/Dockerfile) +- [`8.1.0-rc1`, `8.1`, `8.1.0-rc1-bookworm`, `8.1-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.1/debian/Dockerfile) + +## Official releases - [`8.0.2`, `8.0`, `8`, `latest`, `8.0.2-bookworm`, `8.0-bookworm`, `8-bookworm`, `bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.0/debian/Dockerfile) - [`8.0.2-alpine`, `8.0-alpine`, `8-alpine`, `alpine`, `8.0.2-alpine3.21`, `8.0-alpine3.21`, `8-alpine3.21`, `alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/8.0/alpine/Dockerfile) - [`7.2.8`, `7.2`, `7`, `7.2.8-bookworm`, `7.2-bookworm`, `7-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile) - [`7.2.8-alpine`, `7.2-alpine`, `7-alpine`, `7.2.8-alpine3.21`, `7.2-alpine3.21`, `7-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/7.2/alpine/Dockerfile) -- [`8.1-alpine`, `8.1.0-rc1-alpine`, `8.1.0-rc1-alpine3.21`, `8.1-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/8.1/alpine/Dockerfile) -- [`8.1.0-rc1`, `8.1`, `8.1.0-rc1-bookworm`, `8.1-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.1/debian/Dockerfile) What is [Valkey](https://github.com/valkey-io/valkey)? -------------- From fba92c4badacdb6a5135bff51188d97abbef75f5 Mon Sep 17 00:00:00 2001 From: ranshid Date: Tue, 25 Feb 2025 07:28:38 +0200 Subject: [PATCH 2/2] Update dockerhub-description.md Co-authored-by: Roshan Khatri <117414976+roshkhatri@users.noreply.github.com> Signed-off-by: ranshid --- dockerhub-description.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/dockerhub-description.md b/dockerhub-description.md index 6a246da..92a0517 100644 --- a/dockerhub-description.md +++ b/dockerhub-description.md @@ -8,21 +8,23 @@ # Supported tags and respective `Dockerfile` links -## Latest unstable +## Official releases -- [`unstable`, `unstable-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/unstable/debian/Dockerfile) -- [`unstable-alpine`, `unstable-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/unstable/alpine/Dockerfile) +- [`8.0.2`, `8.0`, `8`, `latest`, `8.0.2-bookworm`, `8.0-bookworm`, `8-bookworm`, `bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.0/debian/Dockerfile) +- [`8.0.2-alpine`, `8.0-alpine`, `8-alpine`, `alpine`, `8.0.2-alpine3.21`, `8.0-alpine3.21`, `8-alpine3.21`, `alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/8.0/alpine/Dockerfile) +- [`7.2.8`, `7.2`, `7`, `7.2.8-bookworm`, `7.2-bookworm`, `7-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile) +- [`7.2.8-alpine`, `7.2-alpine`, `7-alpine`, `7.2.8-alpine3.21`, `7.2-alpine3.21`, `7-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/7.2/alpine/Dockerfile) ## Release candidates - [`8.1-alpine`, `8.1.0-rc1-alpine`, `8.1.0-rc1-alpine3.21`, `8.1-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/8.1/alpine/Dockerfile) - [`8.1.0-rc1`, `8.1`, `8.1.0-rc1-bookworm`, `8.1-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.1/debian/Dockerfile) -## Official releases -- [`8.0.2`, `8.0`, `8`, `latest`, `8.0.2-bookworm`, `8.0-bookworm`, `8-bookworm`, `bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.0/debian/Dockerfile) -- [`8.0.2-alpine`, `8.0-alpine`, `8-alpine`, `alpine`, `8.0.2-alpine3.21`, `8.0-alpine3.21`, `8-alpine3.21`, `alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/8.0/alpine/Dockerfile) -- [`7.2.8`, `7.2`, `7`, `7.2.8-bookworm`, `7.2-bookworm`, `7-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile) -- [`7.2.8-alpine`, `7.2-alpine`, `7-alpine`, `7.2.8-alpine3.21`, `7.2-alpine3.21`, `7-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/7.2/alpine/Dockerfile) +## Latest unstable + +- [`unstable`, `unstable-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/unstable/debian/Dockerfile) +- [`unstable-alpine`, `unstable-alpine3.21`](https://github.com/valkey-io/valkey-container/blob/master/unstable/alpine/Dockerfile) + What is [Valkey](https://github.com/valkey-io/valkey)? --------------