[bitnami/redis] Release redis-7.4.2-debian-12-r11 (#80458)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-04-22 12:41:17 +02:00
committed by GitHub
parent 4d6c5f5963
commit be901e23b4
2 changed files with 3 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-04-22T07:55:15Z" \
org.opencontainers.image.created="2025-04-22T10:21:09Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis/README.md" \
org.opencontainers.image.ref.name="7.4.2-debian-12-r10" \
org.opencontainers.image.ref.name="7.4.2-debian-12-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis" \
org.opencontainers.image.title="redis" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@@ -42,4 +42,4 @@ redis_conf_set save ""
cp -r "${REDIS_CONF_DIR}/"* "$REDIS_DEFAULT_CONF_DIR"
# Allow others writing in the writable dirs so it works with gid 1001
chmod o+w "$REDIS_CONF_DIR" "${REDIS_BASE_DIR}/tmp" "${REDIS_LOG_DIR}"
chmod o+w -R "$REDIS_CONF_DIR" "${REDIS_BASE_DIR}/tmp" "${REDIS_LOG_DIR}"