Skip to content

vrchat/valkey-extension

 
 

Repository files navigation

valkey-extension

This Project is the Git repo of the Valkey Extension "Official Image"

The Project is maintained by the Valkey Community

When should a new image built and publish new Docker Image?

A new Docker Image should be built and published after a new major, minor or patch version of Valkey or any Valkey module releases.

How do you build and publish new version of a Docker Image?

Pre-requisites: Fork this repo, create a private Docker Hub repo, and setup your GitHub secrets to access the private Docker Hub repo.

  1. Bump up the respective versions in versions.json. (will be automated by implementing versions.sh)
  2. Run apply-templates.sh
  3. Update the dockerhub-description.md with the updated tags.
  4. Open a new PR for the new changes.
  5. Once the PR is merged, sit back, relax and enjoy looking at your creation getting published to the official Valkey-extension Docker Hub page.

About

Valkey-extension installs valkey-server and loads all the valkey modules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 62.4%
  • Dockerfile 37.6%