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:
tinfoild[bot]
2025-02-04 15:06:06 +00:00
committed by GitHub
parent 1eafc85288
commit b3900cbf5f
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: