Skip to content

Commit

Permalink
fix(telegraf/Dockerfile): Update telegraf download to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchauncey committed May 24, 2017
1 parent b55a45a commit ab68699
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions telegraf/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ COPY . /

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

0 comments on commit ab68699

Please sign in to comment.