diff --git a/bitnami/redis/6.2/debian-11/Dockerfile b/bitnami/redis/6.2/debian-11/Dockerfile index 75dfc913775c..e7bcdf8c7cf6 100644 --- a/bitnami/redis/6.2/debian-11/Dockerfile +++ b/bitnami/redis/6.2/debian-11/Dockerfile @@ -6,10 +6,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-07-03T08:55:38Z" \ + org.opencontainers.image.created="2023-07-06T09:13:30Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="6.2.12-debian-11-r25" \ + org.opencontainers.image.ref.name="6.2.12-debian-11-r26" \ org.opencontainers.image.title="redis" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="6.2.12" diff --git a/bitnami/redis/6.2/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt b/bitnami/redis/6.2/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt index 8373a19703c6..76956b38e82c 100644 --- a/bitnami/redis/6.2/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt +++ b/bitnami/redis/6.2/debian-11/prebuildfs/opt/bitnami/licenses/licenses.txt @@ -1,3 +1,2 @@ -Bitnami containers ship with software bundles. You can find the licenses at: -https://bitnami.com/open-source +Bitnami containers ship with software bundles. You can find the licenses under: /opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt diff --git a/bitnami/redis/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-env.sh b/bitnami/redis/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-env.sh index 030488eda3e6..04e85058532d 100644 --- a/bitnami/redis/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-env.sh +++ b/bitnami/redis/6.2/debian-11/rootfs/opt/bitnami/scripts/redis-env.sh @@ -40,7 +40,6 @@ redis_env_vars=( REDIS_EXTRA_FLAGS ALLOW_EMPTY_PASSWORD REDIS_PASSWORD - REDISCLI_AUTH REDIS_MASTER_PASSWORD REDIS_ACLFILE REDIS_IO_THREADS_DO_READS @@ -106,7 +105,6 @@ export REDIS_REPLICA_PORT="${REDIS_REPLICA_PORT:-}" export REDIS_EXTRA_FLAGS="${REDIS_EXTRA_FLAGS:-}" export ALLOW_EMPTY_PASSWORD="${ALLOW_EMPTY_PASSWORD:-no}" export REDIS_PASSWORD="${REDIS_PASSWORD:-}" -export REDISCLI_AUTH="${REDISCLI_AUTH:-}" export REDIS_MASTER_PASSWORD="${REDIS_MASTER_PASSWORD:-}" export REDIS_ACLFILE="${REDIS_ACLFILE:-}" export REDIS_IO_THREADS_DO_READS="${REDIS_IO_THREADS_DO_READS:-}"