From 4de7eb89937451e7b61318382c58022c6862c511 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 Jun 2023 16:33:15 +0200 Subject: [PATCH] [bitnami/telegraf] Release 1.27.1-debian-11-r0 (#38482) Signed-off-by: Bitnami Containers --- bitnami/telegraf/1/debian-11/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/telegraf/1/debian-11/tags-info.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/telegraf/1/debian-11/Dockerfile b/bitnami/telegraf/1/debian-11/Dockerfile index 00cc4c824bc1..69e8ee52d84a 100644 --- a/bitnami/telegraf/1/debian-11/Dockerfile +++ b/bitnami/telegraf/1/debian-11/Dockerfile @@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-06-18T20:26:44Z" \ + org.opencontainers.image.created="2023-06-22T14:13:18Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.27.0-debian-11-r2" \ + org.opencontainers.image.ref.name="1.27.1-debian-11-r0" \ org.opencontainers.image.title="telegraf" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="1.27.0" + org.opencontainers.image.version="1.27.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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.27.0-0-linux-${OS_ARCH}-debian-11" \ + "telegraf-1.27.1-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -38,7 +38,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.27.0" \ +ENV APP_VERSION="1.27.1" \ BITNAMI_APP_NAME="telegraf" \ PATH="/opt/bitnami/telegraf/bin:$PATH" diff --git a/bitnami/telegraf/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/telegraf/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index b82166d303af..a78be0b6c7ec 100644 --- a/bitnami/telegraf/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/telegraf/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.27.0-0" + "version": "1.27.1-0" } } \ No newline at end of file diff --git a/bitnami/telegraf/1/debian-11/tags-info.yaml b/bitnami/telegraf/1/debian-11/tags-info.yaml index d46951aba390..b2d043c43d09 100644 --- a/bitnami/telegraf/1/debian-11/tags-info.yaml +++ b/bitnami/telegraf/1/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "1" - 1-debian-11 -- 1.27.0 +- 1.27.1 - latest