Skip to content

Commit

Permalink
Adds 7.2.4-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <[email protected]>
  • Loading branch information
roshkhatri committed Apr 9, 2024
1 parent 4720e99 commit 8de411f
Show file tree
Hide file tree
Showing 8 changed files with 399 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-dockerhub-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Update Dockerhub description

on:
push:
workflow_dispatch:
workflow_run:
workflows: [GitHub CI]
types: [completed]
branches: [mainline]

jobs:
update-dockerhub:
Expand Down
141 changes: 141 additions & 0 deletions 7.2/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 7.2/alpine/docker-entrypoint.sh

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

150 changes: 150 additions & 0 deletions 7.2/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 7.2/debian/docker-entrypoint.sh

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

6 changes: 4 additions & 2 deletions dockerhub-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
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
- [`unstable`](https://github.com/valkey-io/valkey-container/blob/master/unstable/debian/Dockerfile)
- [`unstable-alpine`](https://github.com/valkey-io/valkey-container/blob/master/unstable/alpine/Dockerfile)
- [`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.2`, `7.2.4-rc1`, `7.2.4-rc1-bookworm`, `7.2-bookworm`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile)
- [`7.2-alpine`, `7.2.4-rc1-alpine`, `7.2.4-rc1-alpine3.19`, `7.2-alpine3.19`](https://github.com/valkey-io/valkey-container/blob/master/7.2/debian/Dockerfile)

What is [Valkey](https://github.com/valkey-io/valkey)?
--------------
Expand Down
Loading

0 comments on commit 8de411f

Please sign in to comment.