diff --git a/bitnami/redis-exporter/1/debian-11/Dockerfile b/bitnami/redis-exporter/1/debian-11/Dockerfile index d98d56f75e90..a1ade7e35fff 100644 --- a/bitnami/redis-exporter/1/debian-11/Dockerfile +++ b/bitnami/redis-exporter/1/debian-11/Dockerfile @@ -6,25 +6,25 @@ ENV HOME="/" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.43.0-debian-11-r20" \ + org.opencontainers.image.ref.name="1.43.1-debian-11-r0" \ 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." \ - org.opencontainers.image.version="1.43.0" + org.opencontainers.image.version="1.43.1" COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/redis-exporter-1.43.0-2-linux-amd64-debian-11.tar.gz && \ - echo "b9f18b2bc1286aa66c8ad109e85c09a84a53b220059f93f574b60dbd493c25fc /tmp/bitnami/pkg/cache/redis-exporter-1.43.0-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.43.0-2-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/redis-exporter-1.43.0-2-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/redis-exporter-1.43.1-0-linux-amd64-debian-11.tar.gz && \ + echo "7e35df80db54c39305031e72640811e4dc8536cbe33b84312c4b3bda8400dfd7 /tmp/bitnami/pkg/cache/redis-exporter-1.43.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.43.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/redis-exporter-1.43.1-0-linux-amd64-debian-11.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="1.43.0" \ +ENV APP_VERSION="1.43.1" \ BITNAMI_APP_NAME="redis-exporter" \ PATH="/opt/bitnami/redis-exporter/bin:$PATH" diff --git a/bitnami/redis-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/redis-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index f39d74ad14d3..e5bb8853ec62 100644 --- a/bitnami/redis-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/redis-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "redis-exporter": { "arch": "amd64", - "digest": "b9f18b2bc1286aa66c8ad109e85c09a84a53b220059f93f574b60dbd493c25fc", + "digest": "7e35df80db54c39305031e72640811e4dc8536cbe33b84312c4b3bda8400dfd7", "distro": "debian-11", "type": "NAMI", - "version": "1.43.0-2" + "version": "1.43.1-0" } } \ No newline at end of file diff --git a/bitnami/redis-exporter/README.md b/bitnami/redis-exporter/README.md index 3ba47ec7756a..0c369949f3fe 100644 --- a/bitnami/redis-exporter/README.md +++ b/bitnami/redis-exporter/README.md @@ -32,7 +32,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`1`, `1-debian-11`, `1.43.0`, `1.43.0-debian-11-r20`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/redis-exporter/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.43.1`, `1.43.1-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/redis-exporter/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).