From 304e052d8f78aa6b4f502a6bf9312e7c4cb0f70d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 15 Jul 2022 06:18:44 +0000 Subject: [PATCH] 1.4.2-debian-11-r15 release --- bitnami/kafka-exporter/1/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/kafka-exporter/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/kafka-exporter/1/debian-11/Dockerfile b/bitnami/kafka-exporter/1/debian-11/Dockerfile index 8990a0c5d2f6..a96a1e469865 100644 --- a/bitnami/kafka-exporter/1/debian-11/Dockerfile +++ b/bitnami/kafka-exporter/1/debian-11/Dockerfile @@ -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 libc6 procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kafka-exporter-1.4.2-150-linux-amd64-debian-11.tar.gz && \ - echo "397d48fad50a90570d94746b0a6adb1dbf1e0322848a92b66631cb1003133149 /tmp/bitnami/pkg/cache/kafka-exporter-1.4.2-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/kafka-exporter-1.4.2-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/kafka-exporter-1.4.2-150-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kafka-exporter-1.4.2-151-linux-amd64-debian-11.tar.gz && \ + echo "f0930fc8311f7506e0a8a51f3ad552071fe0165286e0c75985f6ab4cc41dfe89 /tmp/bitnami/pkg/cache/kafka-exporter-1.4.2-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/kafka-exporter-1.4.2-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/kafka-exporter-1.4.2-151-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 diff --git a/bitnami/kafka-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/kafka-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 4ee131e1bb6e..9d46f838bc7f 100644 --- a/bitnami/kafka-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/kafka-exporter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "kafka-exporter": { "arch": "amd64", - "digest": "397d48fad50a90570d94746b0a6adb1dbf1e0322848a92b66631cb1003133149", + "digest": "f0930fc8311f7506e0a8a51f3ad552071fe0165286e0c75985f6ab4cc41dfe89", "distro": "debian-11", "type": "NAMI", - "version": "1.4.2-150" + "version": "1.4.2-151" } } \ No newline at end of file diff --git a/bitnami/kafka-exporter/README.md b/bitnami/kafka-exporter/README.md index fc2ea703e535..2e0efacb2ac4 100644 --- a/bitnami/kafka-exporter/README.md +++ b/bitnami/kafka-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.4.2`, `1.4.2-debian-11-r14`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka-exporter/blob/1.4.2-debian-11-r14/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.4.2`, `1.4.2-debian-11-r15`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka-exporter/blob/1.4.2-debian-11-r15/1/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/kafka-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-kafka-exporter).