[bitnami/kafka-exporter] Release 1.6.0-debian-11-r61 (#24230)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
59a080a4f8
commit
ed36628fa6
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:55:04Z" \
|
||||
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-r60" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kafka-exporter" \
|
||||
org.opencontainers.image.ref.name="1.6.0-debian-11-r61" \
|
||||
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-3-linux-${OS_ARCH}-debian-11" \
|
||||
"kafka-exporter-1.6.0-4-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": "4459c44f9b203188abbd6667d18ba9f3b003ed48b4b6e285270b7ed35b979add",
|
||||
"digest": "1c8b636efa17a3345c93a05afff3424341b35815b4b48005e5a94ed03567d7f7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.0-3"
|
||||
"version": "1.6.0-4"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue