Container images for redict
- Shell 53.4%
- Dockerfile 46.6%
| alpine | ||
| compat | ||
| debian | ||
| scratch | ||
| build.sh | ||
| LICENSE | ||
| README.md | ||
redict-containers
To build the latest containers, simply run ./build.sh build. See ./build.sh -h for other options.
Supported containers
Scratch
- redict
- redict:latest
- redict:scratch
- redict:7
- redict:7-scratch
- redict:7.3
- redict:7.3-scratch
- redict:7.3.6
- redict:7.3.6-scratch
Alpine-based
- redict:alpine
- redict:alpine3.23
- redict:7-alpine
- redict:7-alpine3.23
- redict:7.3-alpine
- redict:7.3-alpine3.23
- redict:7.3.6-alpine
- redict:7.3.6-alpine3.23
Debian-based
- redict:debian
- redict:trixie
- redict:7-debian
- redict:7-trixie
- redict:7.3-debian
- redict:7.3-trixie
- redict:7.3.6-debian
- redict:7.3.6-trixie
Compatibility images
These images are based on Debian Bookworm and contain the same binaries as the Debian-based images, but every redict-binary is also symlinked to the corresponding name that redis uses for the binary (i.e. redict-server is symlinked to redis-server, redict-cli is symlinked to redis-cli, etc).
- redict:compat
- redict:7-compat
- redict:7.3-compat
- redict:7.3.6-compat