[bitnami/redis-exporter] Release 1.44.0-debian-11-r15 (#9283)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-07 05:51:32 +02:00
committed by GitHub
parent 4e1b342e15
commit 6d3feaf82f
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.44.0-debian-11-r14" \
org.opencontainers.image.ref.name="1.44.0-debian-11-r15" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter" \
org.opencontainers.image.title="redis-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"redis-exporter-1.44.0-0-linux-${OS_ARCH}-debian-11" \
"redis-exporter-1.44.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"redis-exporter": {
"arch": "amd64",
"digest": "14baecfdd59ec978a2658cf4585a8da6b275938225213e3e32946424213d257a",
"digest": "d0a7b885c221f9fd29671b70e2e46fb5f8fa6a515e8cc81840f42eddcf069f18",
"distro": "debian-11",
"type": "NAMI",
"version": "1.44.0-0"
"version": "1.44.0-1"
}
}