Multi-Arch Docker Image for Valkey
- Dockerfile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
| .github | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
Valkey Multi-Architecture Builds
Automated multi-architecture builds of Valkey for various platforms.
Supported Architectures
- x86_64 (amd64) - Intel/AMD 64-bit
- aarch64 (arm64) - ARM 64-bit
- ppc64le - PowerPC 64-bit Little Endian
- s390x - IBM System z
- riscv64 - RISC-V 64-bit
Docker Usage
# Pull the latest version
docker pull ghcr.io/calagopus/valkey:latest
# Run Valkey
docker run -d -p 6379:6379 ghcr.io/calagopus/valkey:latest
Build Schedule
- Automatic builds run every Sunday at 00:00 UTC
- Manual builds can be triggered via GitHub Actions
- Versions track upstream valkey-io/valkey releases
Architecture Mapping
| Docker Platform | Binary Name | Common Name |
|---|---|---|
| linux/amd64 | x86_64 | Intel/AMD |
| linux/arm64 | aarch64 | ARM 64-bit |
| linux/ppc64le | ppc64le | PowerPC |
| linux/s390x | s390x | IBM Z |
| linux/riscv64 | riscv64 | RISC-V |
Contributing
Issues and pull requests are welcome. This repository primarily automates building upstream valkey-io/valkey.