File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ COPY . /
44
55RUN 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
You can’t perform that action at this time.
0 commit comments