mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 17:39:45 +00:00
chore(oci/library/redis): update 8.2.1 ➼ 654d306 (#3550)
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ spec:
|
||||
redis:
|
||||
image:
|
||||
repository: "public.ecr.aws/docker/library/redis"
|
||||
tag: "8.2.1-bookworm@sha256:d7d4d31df9dab3b23c2e2e0731cdf44d2ccdb51e08f8d932e7dfff8aa0b8fa54"
|
||||
tag: "8.2.1-bookworm@sha256:654d306d028e84f9046d8dd5fbf85612855b4b08b59afeeebef2200bef960d6b"
|
||||
command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/sockets/redis.sock", "--unixsocketperm", "700"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
|
||||
securityContext: *sc
|
||||
resources:
|
||||
|
||||
@@ -55,7 +55,7 @@ spec:
|
||||
redis:
|
||||
image:
|
||||
repository: "public.ecr.aws/docker/library/redis"
|
||||
tag: "8.2.1-bookworm@sha256:d7d4d31df9dab3b23c2e2e0731cdf44d2ccdb51e08f8d932e7dfff8aa0b8fa54"
|
||||
tag: "8.2.1-bookworm@sha256:654d306d028e84f9046d8dd5fbf85612855b4b08b59afeeebef2200bef960d6b"
|
||||
command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/redis/redis.sock", "--unixsocketperm", "700"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
|
||||
securityContext: *sc
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user