[bitnami/telegraf] Release 1.25.0-debian-11-r0 (#16745)

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
2022-12-13 01:55:54 +01:00
committed by GitHub
parent 6911f9a479
commit b6a403db4a
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.24.4-debian-11-r4" \
org.opencontainers.image.ref.name="1.25.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/telegraf" \
org.opencontainers.image.title="telegraf" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.24.4"
org.opencontainers.image.version="1.25.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -21,7 +21,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.24.4-0-linux-${OS_ARCH}-debian-11" \
"telegraf-1.25.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="1.24.4" \
ENV APP_VERSION="1.25.0" \
BITNAMI_APP_NAME="telegraf" \
PATH="/opt/bitnami/telegraf/bin:$PATH"

View File

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

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.24.4"
- "1.25.0"
- "latest"