mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
[bitnami/kafka-exporter] Release 1.6.0-debian-11-r50 (#20618)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.6.0-debian-11-r49" \
|
||||
org.opencontainers.image.ref.name="1.6.0-debian-11-r50" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kafka-exporter" \
|
||||
org.opencontainers.image.title="kafka-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"kafka-exporter-1.6.0-3-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": "9deb2acd0b5bdc77dde8cf3033a7e7f299da2e3d4bb6c5dcc7b92e970cdf2a79",
|
||||
"digest": "4459c44f9b203188abbd6667d18ba9f3b003ed48b4b6e285270b7ed35b979add",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.0-2"
|
||||
"version": "1.6.0-3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user