[bitnami/telegraf] Release 1.26.0-debian-11-r1 (#27755)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
3c0733d20c
commit
be013e11d3
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T22:03:47Z" \
|
||||
org.opencontainers.image.created="2023-03-19T01:16:11Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.26.0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="1.26.0-debian-11-r1" \
|
||||
org.opencontainers.image.title="telegraf" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.26.0"
|
||||
|
|
@ -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.26.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"telegraf-1.26.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"telegraf": {
|
||||
"arch": "amd64",
|
||||
"digest": "4484d73e609bea42b14b7ea2ff754f189eed8b5b2b352b101b66a30b8a43c5f8",
|
||||
"digest": "7f5c36d3bf25ce15c3d7920deee157d21212cebc390420f7a3bdc69f20d51b62",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.26.0-0"
|
||||
"version": "1.26.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Telegraf is a server agent for collecting and sending metrics and events from databases, systems, and IoT sensors. It is easily extendable with plugins for collection and output of data operations.
|
||||
|
||||
[Overview of Telegraf ™](https://github.com/influxdata/telegraf)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue