[bitnami/redis-exporter] Release 1.44.0-debian-11-r1 (#4917)

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-09-02 03:52:35 +02:00
committed by GitHub
parent 543f6b7923
commit aa7b4c1c3b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ 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.44.0-debian-11-r0" \
org.opencontainers.image.ref.name="1.44.0-debian-11-r1" \
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 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/redis-exporter-1.44.0-0-linux-amd64-debian-11.tar.gz -O ; \
fi && \
echo "14baecfdd59ec978a2658cf4585a8da6b275938225213e3e32946424213d257a redis-exporter-1.44.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf redis-exporter-1.44.0-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
tar -zxf redis-exporter-1.44.0-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf redis-exporter-1.44.0-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