mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 00:39:48 +00:00
chore(oci/library/redis): update 7.4.2 ➼ 92ae19b (#2043)
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.2-bookworm@sha256:15660f7116fd991239547eea72b685a78ebc9e60e4bfed817dc1c093b218d92f"
|
||||
tag: "7.4.2-bookworm@sha256:92ae19b3c5506d686d0059b8d93d75f8ed2c59a5b97098e64c577a4683938011"
|
||||
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: "7.4.2-bookworm@sha256:15660f7116fd991239547eea72b685a78ebc9e60e4bfed817dc1c093b218d92f"
|
||||
tag: "7.4.2-bookworm@sha256:92ae19b3c5506d686d0059b8d93d75f8ed2c59a5b97098e64c577a4683938011"
|
||||
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