mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
use latest telegraf
This commit is contained in:
parent
f9b0e2834e
commit
f5f6706ed0
@ -15,7 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
|||||||
add-apt-repository ppa:yandex-load/main -y && \
|
add-apt-repository ppa:yandex-load/main -y && \
|
||||||
apt-get update && apt-get install -y python-pip phantom phantom-ssl
|
apt-get update && apt-get install -y python-pip phantom phantom-ssl
|
||||||
|
|
||||||
ENV TELEGRAF_VERSION 0.13.1
|
ENV TELEGRAF_VERSION 1.0.0-rc1
|
||||||
|
|
||||||
RUN gpg --keyserver hkp://ha.pool.sks-keyservers.net --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
|
RUN gpg --keyserver hkp://ha.pool.sks-keyservers.net --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
|
||||||
wget -q https://dl.influxdata.com/telegraf/releases/telegraf_${TELEGRAF_VERSION}_amd64.deb.asc && \
|
wget -q https://dl.influxdata.com/telegraf/releases/telegraf_${TELEGRAF_VERSION}_amd64.deb.asc && \
|
||||||
|
Loading…
Reference in New Issue
Block a user