[bitnami/redis-exporter] Release 1.81.0-debian-12-r2 (#91390)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-06 18:40:03 +01:00
committed by GitHub
parent 31578e2327
commit fd18238530
2 changed files with 3 additions and 39 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-02-19T04:13:32Z" \
org.opencontainers.image.created="2026-03-06T17:17:01Z" \
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,7 +28,7 @@ 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.81.0-0-linux-${OS_ARCH}-debian-12" \
"redis-exporter-1.81.0-1-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.81.0" \
BITNAMI_APP_NAME="redis-exporter" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/opt/bitnami/redis-exporter/bin:$PATH"
EXPOSE 9121
-36
View File
@@ -1,7 +1,5 @@
# Bitnami Secure Image for Redis Exporter
## What is Redis Exporter?
> Redis Exporter gathers Redis&reg; metrics for Prometheus consumption.
[Overview of Redis Exporter](https://github.com/oliver006/redis_exporter)
@@ -106,40 +104,6 @@ docker logs redis-exporter
You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
## Maintenance
### Upgrade this image
Bitnami provides up-to-date versions of redis-exporter, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
#### Step 1: Get the updated image
```console
docker pull bitnami/redis-exporter:latest
```
#### Step 2: Stop the running container
Stop the currently running container using the command
```console
docker stop redis-exporter
```
#### Step 3: Remove the currently running container
```console
docker rm -v redis-exporter
```
#### Step 4: Run the new image
Re-create your container from the new image.
```console
docker run --name redis-exporter bitnami/redis-exporter:latest
```
## Notable Changes
### Starting January 16, 2024