Container images for redict
  • Shell 53.4%
  • Dockerfile 46.6%
Find a file
2026-01-26 16:00:05 +01:00
alpine Move args inside the FROM clause 2025-01-08 16:02:39 +01:00
compat Use build-args to provide the values for the variables. 2025-01-08 13:12:09 +01:00
debian Use variable for debian release and update readme 2025-12-04 14:59:15 +01:00
scratch Move args inside the FROM clause 2025-01-08 16:02:39 +01:00
build.sh Try to debug amd64 failing 2026-01-26 16:00:05 +01:00
LICENSE LICENSE: BSD 3-Clause 2024-03-28 13:59:47 +01:00
README.md Use variable for debian release and update readme 2025-12-05 11:12:34 +01:00

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