[bitnami/telegraf] Release 1.25.0-debian-11-r12 (#20819)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-18 01:51:08 +01:00 committed by GitHub
parent 4cd4b8790c
commit 195eba49b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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.25.0-debian-11-r11" \
org.opencontainers.image.ref.name="1.25.0-debian-11-r12" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/telegraf" \
org.opencontainers.image.title="telegraf" \
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=( \
"telegraf-1.25.0-0-linux-${OS_ARCH}-debian-11" \
"telegraf-1.25.0-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"telegraf": {
"arch": "amd64",
"digest": "9f51cd7ad2263ac9bf72a65c8b998b03e82d00b27eed07862a45956b587996cd",
"digest": "53124b1a020ac35b00884ecf364904c49c71f172eecc1c757b7e684eeebe8285",
"distro": "debian-11",
"type": "NAMI",
"version": "1.25.0-0"
"version": "1.25.0-2"
}
}