[bitnami/telegraf] Release 1.25.1-debian-11-r0 (#22343)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-30 23:26:51 +01:00 committed by GitHub
parent d53278bf87
commit 6283ffec29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -5,11 +5,11 @@ 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-r17" \
org.opencontainers.image.ref.name="1.25.1-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.25.0"
org.opencontainers.image.version="1.25.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.25.0-2-linux-${OS_ARCH}-debian-11" \
"telegraf-1.25.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.25.0" \
ENV APP_VERSION="1.25.1" \
BITNAMI_APP_NAME="telegraf" \
PATH="/opt/bitnami/telegraf/bin:$PATH"

View File

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

View File

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