This Project is the Git repo of the Valkey Extension "Official Image"
The Project is maintained by the Valkey Community
A new Docker Image should be built and published after a new major, minor or patch version of Valkey or any Valkey module releases.
Pre-requisites: Fork this repo, create a private Docker Hub repo, and setup your GitHub secrets to access the private Docker Hub repo.
- Bump up the respective versions in versions.json. (will be automated by implementing versions.sh)
- Run
apply-templates.sh
- Update the
dockerhub-description.md
with the updated tags. - Open a new PR for the new changes.
- Once the PR is merged, sit back, relax and enjoy looking at your creation getting published to the official Valkey-extension Docker Hub page.