mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
[bitnami/redis-cluster] Release 6.2.9-debian-11-r0 (#20493)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="6.2.8-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="6.2.9-debian-11-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="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.2.8"
|
||||
org.opencontainers.image.version="6.2.9"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libssl1.1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"redis-6.2.8-0-linux-${OS_ARCH}-debian-11" \
|
||||
"redis-6.2.9-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
|
||||
ENV APP_VERSION="6.2.8" \
|
||||
ENV APP_VERSION="6.2.9" \
|
||||
BITNAMI_APP_NAME="redis-cluster" \
|
||||
PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"redis": {
|
||||
"arch": "amd64",
|
||||
"digest": "4271c6146900e4e273419fc802ec16d96e3cf29900b628ae3ca5bdd5b2b4472e",
|
||||
"digest": "9dc1c36dc355a4ad7073db4c2775b1583422afff06ace89a5e11f56102446ed0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.2.8-0"
|
||||
"version": "6.2.9-0"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "6.2"
|
||||
- "6.2-debian-11"
|
||||
- "6.2.8"
|
||||
- "6.2.9"
|
||||
|
||||
Reference in New Issue
Block a user