Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds 7.2.6 and 8.0.0-rc1 #30

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -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)?
--------------
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"
},