[bitnami/redis-exporter] Release 1.84.0-debian-12-r2 (#94248)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-06-03 04:52:34 +02:00
committed by GitHub
parent 1eeba7eb80
commit 129bc381bf
3 changed files with 9 additions and 7 deletions
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-05-23T10:57:28Z" \
org.opencontainers.image.created="2026-06-03T02:34:08Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter" \
@@ -28,17 +28,17 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"redis-exporter-1.84.0-0-linux-${OS_ARCH}-debian-12" \
"redis-exporter-1.84.0-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
fi ; \
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
rm -rf "${COMPONENT}".tar.gz ; \
done ; \
rm -rf /opt/bitnami/checksums ;
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.84.0" \
BITNAMI_APP_NAME="redis-exporter" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/redis-exporter/bin:$PATH"
EXPOSE 9121
@@ -0,0 +1 @@
76952684413a24de81242e2f50b857a7ac10504d73a5e4f60e7d40fdcbe93a74 redis-exporter-1.84.0-1-linux-amd64-debian-12.tar.gz
@@ -0,0 +1 @@
f744c577dd74bde2fe24800b15da5d82e9c106a5c3646a3c89f79f635acca565 redis-exporter-1.84.0-1-linux-arm64-debian-12.tar.gz