Skip to content

Commit 1557c75

Browse files
author
Sebastian Spaink
committed
Telegraf v1.23.0
1 parent 8f993d9 commit 1557c75

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

telegraf/1.20/Dockerfile renamed to telegraf/1.23/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.20.4
16+
ENV TELEGRAF_VERSION 1.23.0
1717
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1818
case "${dpkgArch##*-}" in \
1919
amd64) ARCH='amd64';; \

telegraf/1.20/alpine/Dockerfile renamed to telegraf/1.23/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.20.4
7+
ENV TELEGRAF_VERSION 1.23.0
88

99
RUN set -ex && \
1010
mkdir ~/.gnupg; \
File renamed without changes.

telegraf/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"Mya Longmire <[email protected]> (@MyaLongmire)"
77
],
88
"versions": [
9-
"1.20",
109
"1.21",
11-
"1.22"
10+
"1.22",
11+
"1.23"
1212
],
1313
"architectures": [
1414
"amd64",
@@ -20,4 +20,4 @@
2020
"name": "alpine"
2121
}
2222
]
23-
}
23+
}

0 commit comments

Comments
 (0)