mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
[bitnami/redis] Release 6.2.12-debian-11-r19 (#37718)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,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-06-12T06:03:17Z" \
|
||||
org.opencontainers.image.created="2023-06-15T06:23:31Z" \
|
||||
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-r18" \
|
||||
org.opencontainers.image.ref.name="6.2.12-debian-11-r19" \
|
||||
org.opencontainers.image.title="redis" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.2.12"
|
||||
|
||||
@@ -38,6 +38,7 @@ redis_env_vars=(
|
||||
REDIS_EXTRA_FLAGS
|
||||
ALLOW_EMPTY_PASSWORD
|
||||
REDIS_PASSWORD
|
||||
REDISCLI_AUTH
|
||||
REDIS_MASTER_PASSWORD
|
||||
REDIS_ACLFILE
|
||||
REDIS_IO_THREADS_DO_READS
|
||||
@@ -103,6 +104,7 @@ 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:-}"
|
||||
|
||||
Reference in New Issue
Block a user