Skip to content

Commit

Permalink
Update to use alpine image for redict
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 8, 2024
1 parent 875638c commit 9975f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ services:
ports:
- '12379:6379'
redict:
image: "registry.redict.io/redict:${REDICT_VERSION:-latest}"
image: "registry.redict.io/redict:${REDICT_VERSION:-alpine}"
command: redict-server --port 6379 ${DEFAULT_ARGS---enable-debug-command yes} --appendonly yes
ports:
- '13379:6379'
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"default": "6.2.16",
"stack": "6.2.6-v9",
},
"7.0": {"default": "7", "sentinel": "7.0.15", "stack": "7.0.6-RC9"},
"7.0": {"default": "7", "sentinel": "7.0.15", "stack": "7.0.6-RC9", "redict": "7-alpine"},
"7.2": {"default": "7.2", "stack": "7.2.0-v13"},
"7.4": {"default": "7.4", "stack": "7.4.0-v1"},
"8.0": {"default": "latest", "valkey": "8"},
Expand Down Expand Up @@ -341,7 +341,7 @@ def docker_tags():
"KEYDB_VERSION": "keydb",
"DRAGONFLY_VERSION": "dragonfly",
"VALKEY_VERSION": "valkey",
"REDICT_VERSION": "valkey",
"REDICT_VERSION": "redict",
}.items():
os.environ.setdefault(env, mapping.get(key, mapping.get("default")))

Expand Down

0 comments on commit 9975f89

Please sign in to comment.