[bitnami/kafka-exporter] Release 1.6.0-debian-11-r71 (#28021)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5ef0226295
commit
41b6c154ba
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue