mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 11:17:17 +08:00
[bitnami/redis] Release 7.0.7-debian-11-r0 (#17192)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="7.0.6-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="7.0.7-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis" \
|
||||
org.opencontainers.image.title="redis" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.6"
|
||||
org.opencontainers.image.version="7.0.7"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libssl1.1 procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"redis-7.0.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"redis-7.0.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -43,7 +43,7 @@ RUN ln -s /opt/bitnami/scripts/redis/run.sh /run.sh
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/redis/postunpack.sh
|
||||
ENV APP_VERSION="7.0.6" \
|
||||
ENV APP_VERSION="7.0.7" \
|
||||
BITNAMI_APP_NAME="redis" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/redis/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"redis": {
|
||||
"arch": "amd64",
|
||||
"digest": "985baa5af26a4987c33b2fa5e1287b1be455860f294713c5404a418c3e67867e",
|
||||
"digest": "53412ccf729c44b0ec18559477977874ac885cdc7a2a0f1cc5fc51db6885061f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.6-0"
|
||||
"version": "7.0.7-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "7.0"
|
||||
- "7.0-debian-11"
|
||||
- "7.0.6"
|
||||
- "7.0.7"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user