mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 16:39:43 +00:00
chore(oci/library/redis): update 7.4.3 ➼ c528c65 (#2485)
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: "7.4.3-bookworm@sha256:71b9bac527935a7f32f4296cbbf1d1b4af9612417b151ab8a6bb715cc62598ab"
|
||||
tag: "7.4.3-bookworm@sha256:c528c6528decd0e6dfb4dd65b21c0b3fb781034bc0a85fd33da144fc1edf7fd3"
|
||||
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:
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
redis:
|
||||
image:
|
||||
repository: "public.ecr.aws/docker/library/redis"
|
||||
tag: "7.4.3-bookworm@sha256:71b9bac527935a7f32f4296cbbf1d1b4af9612417b151ab8a6bb715cc62598ab"
|
||||
tag: "7.4.3-bookworm@sha256:c528c6528decd0e6dfb4dd65b21c0b3fb781034bc0a85fd33da144fc1edf7fd3"
|
||||
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