[bitnami/redis-cluster] Release 8.0.2-debian-12-r0 (#81554)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-05-27 18:24:58 +02:00 committed by GitHub
parent 6d3ac5d6ab
commit 5dc16617d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -8,14 +8,14 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-05-17T20:49:04Z" \
org.opencontainers.image.created="2025-05-27T15:51:55Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster/README.md" \
org.opencontainers.image.ref.name="8.0.1-debian-12-r2" \
org.opencontainers.image.ref.name="8.0.2-debian-12-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster" \
org.opencontainers.image.title="redis-cluster" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="8.0.1"
org.opencontainers.image.version="8.0.2"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -29,7 +29,7 @@ RUN install_packages ca-certificates curl libgcc-s1 libgomp1 libssl3 libstdc++6
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"wait-for-port-1.0.8-16-linux-${OS_ARCH}-debian-12" \
"redis-8.0.1-1-linux-${OS_ARCH}-debian-12" \
"redis-8.0.2-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -47,7 +47,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
ENV APP_VERSION="8.0.1" \
ENV APP_VERSION="8.0.2" \
BITNAMI_APP_NAME="redis-cluster" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/redis/bin:$PATH"

View File

@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "8.0.1-1"
"version": "8.0.2-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "8.0"
- 8.0-debian-12
- 8.0.1
- 8.0.2
- latest

View File

@ -4,7 +4,7 @@
> Redis&reg; is an open source, scalable, distributed in-memory cache for applications. It can be used to store and serve data in the form of strings, hashes, lists, sets and sorted sets.
[Overview of Redis&reg; Cluster](http://redis.io)
[Overview of Redis&reg; Cluster](https://redis.io)
Disclaimer: Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Bitnami is for referential purposes only and does not indicate any sponsorship, endorsement, or affiliation between Redis Ltd.
## TL;DR
@ -139,7 +139,7 @@ services:
...
```
Refer to the [Redis(R) configuration](http://redis.io/topics/config) manual for the complete list of configuration options.
Refer to the [Redis(R) configuration](https://redis.io/topics/config) manual for the complete list of configuration options.
### Overriding configuration