Skip to content

Commit 5c6edfe

Browse files
committed
Telegraf v1.18.0
1 parent c6eeae5 commit 5c6edfe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

telegraf/1.15/Dockerfile renamed to telegraf/1.18/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:stable-curl
1+
FROM buildpack-deps:buster-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors && \
@@ -15,7 +15,7 @@ RUN set -ex && \
1515
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1616
done
1717

18-
ENV TELEGRAF_VERSION 1.15.4
18+
ENV TELEGRAF_VERSION 1.18.0
1919
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
2020
case "${dpkgArch##*-}" in \
2121
amd64) ARCH='amd64';; \

telegraf/1.15/alpine/Dockerfile renamed to telegraf/1.18/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine:latest
1+
FROM alpine:3.12
22

33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
55
update-ca-certificates
66

7-
ENV TELEGRAF_VERSION 1.15.4
7+
ENV TELEGRAF_VERSION 1.18.0
88

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

telegraf/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"Steven Soroka <[email protected]> (@ssoroka)"
66
],
77
"versions": [
8-
"1.15",
98
"1.16",
10-
"1.17"
9+
"1.17",
10+
"1.18"
1111
],
1212
"architectures": [
1313
"amd64",

0 commit comments

Comments
 (0)