diff --git a/bitnami/kafka-exporter/1/debian-11/Dockerfile b/bitnami/kafka-exporter/1/debian-11/Dockerfile index 87e9a71a7d6b..bdbd4b43e986 100644 --- a/bitnami/kafka-exporter/1/debian-11/Dockerfile +++ b/bitnami/kafka-exporter/1/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-13T22:09:23Z" \ + org.opencontainers.image.created="2023-03-22T01:17:55Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.6.0-debian-11-r70" \ + org.opencontainers.image.ref.name="1.6.0-debian-11-r71" \ org.opencontainers.image.title="kafka-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.6.0" @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "kafka-exporter-1.6.0-4-linux-${OS_ARCH}-debian-11" \ + "kafka-exporter-1.6.0-5-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ 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 6162405326a3..cfc788315754 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": "1c8b636efa17a3345c93a05afff3424341b35815b4b48005e5a94ed03567d7f7", + "digest": "351fe85dfe22ed828b278563f7aec6ce0337f472699eda3b71d39cf386f3f8a4", "distro": "debian-11", "type": "NAMI", - "version": "1.6.0-4" + "version": "1.6.0-5" } } \ No newline at end of file diff --git a/bitnami/kafka-exporter/README.md b/bitnami/kafka-exporter/README.md index 14610c725b57..df84a8f72bbb 100644 --- a/bitnami/kafka-exporter/README.md +++ b/bitnami/kafka-exporter/README.md @@ -5,7 +5,6 @@ > Kafka exporter for Prometheus. [Overview of Kafka Exporter](https://github.com/danielqsj/kafka_exporter) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR