Skip to content

Commit

Permalink
Adds 7.2.6 and 8.0.0-rc1 (#30)
Browse files Browse the repository at this point in the history
* adds 7.2.6 and 8.0.0-rc1

---------

Signed-off-by: Roshan Khatri <[email protected]>
  • Loading branch information
roshkhatri authored Aug 1, 2024
1 parent e3ed566 commit 57684a3
Show file tree
Hide file tree
Showing 8 changed files with 298 additions and 14 deletions.
8 changes: 4 additions & 4 deletions 7.2/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 7.2/debian/Dockerfile

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

113 changes: 113 additions & 0 deletions 8.0/alpine/Dockerfile

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

22 changes: 22 additions & 0 deletions 8.0/alpine/docker-entrypoint.sh

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

114 changes: 114 additions & 0 deletions 8.0/debian/Dockerfile

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

22 changes: 22 additions & 0 deletions 8.0/debian/docker-entrypoint.sh

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

8 changes: 5 additions & 3 deletions dockerhub-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@

# 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.19`](https://github.com/valkey-io/valkey-container/blob/master/unstable/alpine/Dockerfile)
- [`7`, `7-bookworm`, `7.2`, `7.2-bookworm`, `7.2.5`, `7.2.5-bookworm`, `bookworm`, `latest`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile)
- [`7-alpine`, `7-alpine3.19`, `7.2-alpine`, `7.2-alpine3.19`, `7.2.5-alpine`, `7.2.5-alpine3.19`, `alpine`, `alpine3.19`](https://github.com/valkey-io/valkey-container/blob/master/7.2/alpine/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-rc1`, `8.0.0-rc1-bookworm'](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile)
- [`8.0-alpine`, `8.0.0-rc1-alpine3.20`, `8.0.0-rc1-alpine`, `8.0-alpine3.20`](https://github.com/valkey-io/valkey-container/blob/master/7.2/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)

What is [Valkey](https://github.com/valkey-io/valkey)?
--------------
Expand Down
17 changes: 14 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"7.2": {
"version": "7.2.5",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/7.2.5.tar.gz",
"sha256": "c7c7a758edabe7693b3692db58fe5328130036b06224df64ab1f0c12fe265a76",
"version": "7.2.6",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/7.2.6.tar.gz",
"sha256": "5272f244deecd5655d805aabc71c84a7c7699bc4fa009dd7fc550806a042d512",
"debian": {
"version": "bookworm"
},
"alpine": {
"version": "3.20"
}
},
"8.0": {
"version": "8.0.0-rc1",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.0-rc1.tar.gz",
"sha256": "0455cbc76c8d4cbddfe9a668cd5d41fe7c35ce4ab4e2bbe89128e9fed3cb72b0",
"debian": {
"version": "bookworm"
},
Expand Down

0 comments on commit 57684a3

Please sign in to comment.