[bitnami/telegraf] Release 1.24.3-debian-11-r0 (#12267)

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-11-02 17:17:06 +01:00 committed by GitHub
parent 1335938f74
commit 8d8d62a9f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2-debian-11-r9" \
org.opencontainers.image.ref.name="1.24.3-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.2"
org.opencontainers.image.version="1.24.3"
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.2-1-linux-${OS_ARCH}-debian-11" \
"telegraf-1.24.3-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.2" \
ENV APP_VERSION="1.24.3" \
BITNAMI_APP_NAME="telegraf" \
PATH="/opt/bitnami/telegraf/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"telegraf": {
"arch": "amd64",
"digest": "e66796b632c9e40881ee5a32a2d60282da705a7963398aab1ca90e7cd7d9b1b4",
"digest": "54d846fc3d5463027b94df720daf86ba99a646fd7f43d85f8d5c1c8a9978ed25",
"distro": "debian-11",
"type": "NAMI",
"version": "1.24.2-1"
"version": "1.24.3-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.24.2"
- "1.24.3"
- "latest"