[bitnami/redis] Release 6.2.12-debian-11-r26 (#40099)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
cf5d4b04f8
commit
3ae61e517c
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:-}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue