mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
[bitnami/redis] Release 7.0.15-debian-12-r11 (#64042)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,10 +7,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="2024-02-21T13:26:03Z" \
|
||||
org.opencontainers.image.created="2024-03-22T14:09:56Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.15-debian-12-r10" \
|
||||
org.opencontainers.image.ref.name="7.0.15-debian-12-r11" \
|
||||
org.opencontainers.image.title="redis" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.15"
|
||||
@@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libgomp1 libssl3 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.7-8-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.7-10-linux-${OS_ARCH}-debian-12" \
|
||||
"redis-7.0.15-3-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.7-8"
|
||||
"version": "1.0.7-10"
|
||||
}
|
||||
}
|
||||
@@ -48,6 +48,7 @@ print_image_welcome_page() {
|
||||
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
|
||||
info ""
|
||||
}
|
||||
|
||||
|
||||
@@ -176,17 +176,36 @@ docker-compose up -d
|
||||
|----------------------------------|--------------------------------------------------|--------------------------------------------|
|
||||
| `REDIS_DATA_DIR` | Redis data directory | `${REDIS_VOLUME_DIR}/data` |
|
||||
| `REDIS_OVERRIDES_FILE` | Redis config overrides file | `${REDIS_MOUNTED_CONF_DIR}/overrides.conf` |
|
||||
| `REDIS_DISABLE_COMMANDS` | Commands to disable in Redis | `nil` |
|
||||
| `REDIS_DATABASE` | Default Redis database | `redis` |
|
||||
| `REDIS_AOF_ENABLED` | Enable AOF | `yes` |
|
||||
| `REDIS_RDB_POLICY` | Enable RDB policy persitence | `nil` |
|
||||
| `REDIS_RDB_POLICY_DISABLED` | Allows to enable RDP policy persistence | `no` |
|
||||
| `REDIS_MASTER_HOST` | Redis master host (used by slaves) | `nil` |
|
||||
| `REDIS_MASTER_PORT_NUMBER` | Redis master host port (used by slaves) | `6379` |
|
||||
| `REDIS_PORT_NUMBER` | Redis port number | `$REDIS_DEFAULT_PORT_NUMBER` |
|
||||
| `REDIS_ALLOW_REMOTE_CONNECTIONS` | Allow remote connection to the service | `yes` |
|
||||
| `REDIS_REPLICATION_MODE` | Redis replication mode (values: master, slave) | `nil` |
|
||||
| `REDIS_REPLICA_IP` | The replication announce ip | `nil` |
|
||||
| `REDIS_REPLICA_PORT` | The replication announce port | `nil` |
|
||||
| `REDIS_EXTRA_FLAGS` | Additional flags pass to 'redis-server' commands | `nil` |
|
||||
| `ALLOW_EMPTY_PASSWORD` | Allow password-less access | `no` |
|
||||
| `REDIS_PASSWORD` | Password for Redis | `nil` |
|
||||
| `REDIS_MASTER_PASSWORD` | Redis master node password | `nil` |
|
||||
| `REDIS_ACLFILE` | Redis ACL file | `nil` |
|
||||
| `REDIS_IO_THREADS_DO_READS` | Enable multithreading when reading socket | `nil` |
|
||||
| `REDIS_IO_THREADS` | Number of threads | `nil` |
|
||||
| `REDIS_TLS_ENABLED` | Enable TLS | `no` |
|
||||
| `REDIS_TLS_PORT_NUMBER` | Redis TLS port (requires REDIS_ENABLE_TLS=yes) | `6379` |
|
||||
| `REDIS_TLS_CERT_FILE` | Redis TLS certificate file | `nil` |
|
||||
| `REDIS_TLS_CA_DIR` | Directory containing TLS CA certificates | `nil` |
|
||||
| `REDIS_TLS_KEY_FILE` | Redis TLS key file | `nil` |
|
||||
| `REDIS_TLS_KEY_FILE_PASS` | Redis TLS key file passphrase | `nil` |
|
||||
| `REDIS_TLS_CA_FILE` | Redis TLS CA file | `nil` |
|
||||
| `REDIS_TLS_DH_PARAMS_FILE` | Redis TLS DH parameter file | `nil` |
|
||||
| `REDIS_TLS_AUTH_CLIENTS` | Enable Redis TLS client authentication | `yes` |
|
||||
| `REDIS_DISABLE_SERVICE` | Whether to disable the Redis service by default. | `no` |
|
||||
| `REDIS_SENTINEL_MASTER_NAME` | Redis Sentinel master name | `nil` |
|
||||
| `REDIS_SENTINEL_HOST` | Redis Sentinel host | `nil` |
|
||||
| `REDIS_SENTINEL_PORT_NUMBER` | Redis Sentinel host port (used by slaves) | `26379` |
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
Reference in New Issue
Block a user