Skip to content
Merged
Show file tree
Hide file tree
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
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]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only run once we push the images to dockerhub

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why debian doesn't need to be added as suffix ?

- [`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