mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 02:39:49 +00:00
chore(oci/libraryredis): update 7.4.2 ➼ 844a9bb (#1824)
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:f34cfb00381c3c98f6cc1e3e529fc92793001a7164377f54bf502cc932b8431a"
|
||||
tag: "7.4.2-bookworm@sha256:844a9bb4b42813e5a44ef2ecf496e54e7f016f7db09bfe46b1c32781dca36f8b"
|
||||
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:f34cfb00381c3c98f6cc1e3e529fc92793001a7164377f54bf502cc932b8431a"
|
||||
tag: "7.4.2-bookworm@sha256:844a9bb4b42813e5a44ef2ecf496e54e7f016f7db09bfe46b1c32781dca36f8b"
|
||||
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