Skip to content

Commit

Permalink
Adds Valkey 8 GA (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
  • Loading branch information
roshkhatri authored Sep 15, 2024
1 parent 46d27d8 commit 2f560ad
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions 8.0/alpine/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8.0/debian/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dockerhub-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# Supported tags and respective `Dockerfile` links
- [`unstable`, `unstable-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/unstable/debian/Dockerfile)
- [`unstable-alpine`, `unstable-alpine3.20`](https://github.com/valkey-io/valkey-container/blob/master/unstable/alpine/Dockerfile)
- [`8.0`, `8.0-bookworm`, `8.0.0-rc2`, `8.0.0-rc2-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.0/debian/Dockerfile)
- [`8.0-alpine`, `8.0.0-rc2-alpine3.20`, `8.0.0-rc2-alpine`, `8.0-alpine3.20`](https://github.com/valkey-io/valkey-container/blob/master/8.0/alpine/Dockerfile)
- [`7`, `7-bookworm`, `7.2`, `7.2-bookworm`, `7.2.6`, `7.2.6-bookworm`, `bookworm`, `latest`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile)
- [`7-alpine`, `7-alpine3.20`, `7.2-alpine`, `7.2-alpine3.20`, `7.2.6-alpine`, `7.2.6-alpine3.20`, `alpine`, `alpine3.20`](https://github.com/valkey-io/valkey-container/blob/master/7.2/alpine/Dockerfile)
- [`8.0.0`, `8.0`, `8`, `latest`, `8.0.0-bookworm`, `8.0-bookworm`, `8-bookworm`, `bookworm`](https://github.com/valkey-io/valkey-container/blob/master/8.0/debian/Dockerfile)
- [`8.0.0-alpine`, `8.0-alpine`, `8-alpine`, `alpine`, `8.0.0-alpine3.20`, `8.0-alpine3.20`, `8-alpine3.20`, `alpine3.20`](https://github.com/valkey-io/valkey-container/blob/master/8.0/alpine/Dockerfile)
- [`7.2.6`, `7.2`, `7`, `7.2.6-bookworm`, `7.2-bookworm`, `7-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile)
- [`7.2.6-alpine`, `7.2-alpine`, `7-alpine`, `7.2.6-alpine3.20`, `7.2-alpine3.20`, `7-alpine3.20`](https://github.com/valkey-io/valkey-container/blob/master/7.2/alpine/Dockerfile)

What is [Valkey](https://github.com/valkey-io/valkey)?
--------------
Expand Down
3 changes: 2 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -Eeuo pipefail

declare -A aliases=(
[7.2]='7 latest'
[7.2]='7'
[8.0]='8 latest'
)

self="$(basename "$BASH_SOURCE")"
Expand Down
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
},
"8.0": {
"version": "8.0.0-rc2",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.0-rc2.tar.gz",
"sha256": "7592865c60578cc6d9f5cd5f0a6f77d946ac21a71bf9863bcf18b5e2835ae065",
"version": "8.0.0",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.0.tar.gz",
"sha256": "f87fef2ba81ae4bce891b874fba58cfde2d19370a3bcac20f0e17498b33c33c0",
"debian": {
"version": "bookworm"
},
Expand Down

0 comments on commit 2f560ad

Please sign in to comment.