chore(container): update image public.ecr.aws/docker/library/redis to fbd09b3 (#503)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2024-02-13 17:28:16 +00:00
committed by GitHub
parent 4336272a09
commit d62e168377
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.2.4-bookworm@sha256:75d170565a468e94690c7932feec34fc704e1cdd635a36d744ddba09a3a3749f"
tag: "7.2.4-bookworm@sha256:fbd09b3d3d4007843020a412f7fa6e77bcdac8e92374e55d94e0f0a8de47a4f3"
command: ["redis-server", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/sockets/redis.sock", "--unixsocketperm", "700"]
securityContext: *sc
resources:

View File

@@ -100,7 +100,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.2.4-bookworm@sha256:75d170565a468e94690c7932feec34fc704e1cdd635a36d744ddba09a3a3749f"
tag: "7.2.4-bookworm@sha256:fbd09b3d3d4007843020a412f7fa6e77bcdac8e92374e55d94e0f0a8de47a4f3"
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

@@ -71,7 +71,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.2.4-bookworm@sha256:75d170565a468e94690c7932feec34fc704e1cdd635a36d744ddba09a3a3749f"
tag: "7.2.4-bookworm@sha256:fbd09b3d3d4007843020a412f7fa6e77bcdac8e92374e55d94e0f0a8de47a4f3"
command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "6379", "--bind", "127.0.0.1"]
securityContext: *sc
resources: