Skip to content

Commit c0beea1

Browse files
committed
Telegraf v1.31.0
1 parent aaea437 commit c0beea1

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

telegraf/1.28/Dockerfile renamed to telegraf/1.31/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex && \
1313
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1414
done
1515

16-
ENV TELEGRAF_VERSION 1.28.5
16+
ENV TELEGRAF_VERSION 1.31.0
1717
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1818
case "${dpkgArch##*-}" in \
1919
amd64) ARCH='amd64';; \

telegraf/1.28/alpine/Dockerfile renamed to telegraf/1.31/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
55
update-ca-certificates
66

7-
ENV TELEGRAF_VERSION 1.28.5
7+
ENV TELEGRAF_VERSION 1.31.0
88

99
RUN ARCH= && \
1010
case "$(apk --print-arch)" in \
File renamed without changes.

telegraf/manifest.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"Dane Strandboge <[email protected]> (@DStrand1)"
77
],
88
"versions": [
9-
"1.28",
109
"1.29",
11-
"1.30"
10+
"1.30",
11+
"1.31"
1212
],
1313
"architectures": [
1414
"amd64",
@@ -17,11 +17,7 @@
1717
],
1818
"variants": [
1919
{
20-
"name": "alpine",
21-
"architectures": [
22-
"amd64",
23-
"arm64v8"
24-
]
20+
"name": "alpine"
2521
}
2622
]
2723
}

0 commit comments

Comments
 (0)