Skip to content

Commit ab68699

Browse files
author
Jonathan Chauncey
committed
fix(telegraf/Dockerfile): Update telegraf download to 1.3.0
1 parent b55a45a commit ab68699

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

telegraf/rootfs/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ COPY . /
44

55
RUN mkdir -p /usr/local/bin/ \
66
# This will come back once the kuberentes plugin is release in November
7-
# && curl -fsSL -o /tmp/telegraf.deb https://dl.influxdata.com/telegraf/releases/telegraf_1.0.0_amd64.deb \
8-
# && dpkg -i /tmp/telegraf.deb \
9-
# && rm /tmp/telegraf.deb \
10-
&& curl -fsSL -o /usr/bin/telegraf https://storage.googleapis.com/telegraf/telegraf \
11-
&& chmod +x /usr/bin/telegraf \
12-
&& curl -fsSL -o /usr/bin/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
7+
&& curl -fsSL -o /tmp/telegraf.deb https://dl.influxdata.com/telegraf/releases/telegraf_1.3.0-1_amd64.deb \
8+
&& dpkg -i /tmp/telegraf.deb \
9+
&& rm /tmp/telegraf.deb \
10+
&& curl -fsSL -o /usr/bin/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
1311
&& chmod +x /usr/bin/envtpl \
1412
&& curl -fsSL -o /usr/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 \
1513
&& chmod +x /usr/bin/jq

0 commit comments

Comments
 (0)