mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
6.0.16-debian-10-r118 release
This commit is contained in:
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="redis-cluster" \
|
||||
BITNAMI_IMAGE_VERSION="6.0.16-debian-10-r117" \
|
||||
BITNAMI_IMAGE_VERSION="6.0.16-debian-10-r118" \
|
||||
PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 6379
|
||||
|
||||
@@ -347,6 +347,21 @@ redis_initialize() {
|
||||
redis_override_conf
|
||||
}
|
||||
|
||||
#########################
|
||||
# Append include directives to redis.conf
|
||||
# Globals:
|
||||
# REDIS_*
|
||||
# Arguments:
|
||||
# None
|
||||
# Returns:
|
||||
# None
|
||||
#########################
|
||||
redis_append_include_conf() {
|
||||
if [[ -f "$REDIS_OVERRIDES_FILE" ]]; then
|
||||
echo "include $REDIS_OVERRIDES_FILE" >> "${REDIS_BASE_DIR}/etc/redis.conf"
|
||||
fi
|
||||
}
|
||||
|
||||
########################
|
||||
# Configures Redis permissions and general parameters (also used in redis-cluster container)
|
||||
# Globals:
|
||||
@@ -405,5 +420,6 @@ redis_configure_default() {
|
||||
if [[ -n "$REDIS_ACLFILE" ]]; then
|
||||
redis_conf_set aclfile "$REDIS_ACLFILE"
|
||||
fi
|
||||
redis_append_include_conf
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ export BITNAMI_DEBUG="${BITNAMI_DEBUG:-false}"
|
||||
# variable will be overridden with the value specified in that file
|
||||
redis_cluster_env_vars=(
|
||||
REDIS_DATA_DIR
|
||||
REDIS_OVERRIDES_FILE
|
||||
REDIS_DISABLE_COMMANDS
|
||||
REDIS_DATABASE
|
||||
REDIS_AOF_ENABLED
|
||||
@@ -74,6 +75,7 @@ export REDIS_BASE_DIR="${BITNAMI_ROOT_DIR}/redis"
|
||||
export REDIS_CONF_DIR="${REDIS_BASE_DIR}/etc"
|
||||
export REDIS_DATA_DIR="${REDIS_DATA_DIR:-${REDIS_VOLUME_DIR}/data}"
|
||||
export REDIS_MOUNTED_CONF_DIR="${REDIS_BASE_DIR}/mounted-etc"
|
||||
export REDIS_OVERRIDES_FILE="${REDIS_OVERRIDES_FILE:-${REDIS_MOUNTED_CONF_DIR}/overrides.conf}"
|
||||
export REDIS_CONF_FILE="${REDIS_CONF_DIR}/redis.conf"
|
||||
export REDIS_LOG_DIR="${REDIS_BASE_DIR}/logs"
|
||||
export REDIS_LOG_FILE="${REDIS_LOG_DIR}/redis.log"
|
||||
|
||||
@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`6.2`, `6.2-debian-10`, `6.2.6`, `6.2.6-debian-10-r118`, `latest` (6.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.6-debian-10-r118/6.2/debian-10/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.16`, `6.0.16-debian-10-r117` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-10-r117/6.0/debian-10/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.16`, `6.0.16-debian-10-r118` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-10-r118/6.0/debian-10/Dockerfile)
|
||||
* [`5.0`, `5.0-debian-10`, `5.0.14`, `5.0.14-debian-10-r118` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/5.0.14-debian-10-r118/5.0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis-cluster GitHub repo](https://github.com/bitnami/bitnami-docker-redis-cluster).
|
||||
|
||||
Reference in New Issue
Block a user