[bitnami/redis-exporter] Release 1.43.0-debian-11-r19 (#2523)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 07:56:56 +02:00
committed by GitHub
parent e75b25a973
commit b49b085a9c
3 changed files with 7 additions and 7 deletions

View File

@@ -8,10 +8,10 @@ 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-1-linux-amd64-debian-11.tar.gz && \
echo "3b81af447e2c7fb1973865a03f02385a3714e98e56ccbf357f9beb4c9bd148bb /tmp/bitnami/pkg/cache/redis-exporter-1.43.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/redis-exporter-1.43.0-1-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-1-linux-amd64-debian-11.tar.gz
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 apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,9 +1,9 @@
{
"redis-exporter": {
"arch": "amd64",
"digest": "3b81af447e2c7fb1973865a03f02385a3714e98e56ccbf357f9beb4c9bd148bb",
"digest": "b9f18b2bc1286aa66c8ad109e85c09a84a53b220059f93f574b60dbd493c25fc",
"distro": "debian-11",
"type": "NAMI",
"version": "1.43.0-1"
"version": "1.43.0-2"
}
}

View File

@@ -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-r18`, `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.0`, `1.43.0-debian-11-r19`, `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).