docker: update pmm-client from 1.15.0 to 1.17.0

Signed-off-by: Derek Perkins <derek@derekperkins.com>
This commit is contained in:
Derek Perkins 2018-12-03 12:41:21 -07:00
Родитель df486b6e13
Коммит 06084a7323
3 изменённых файлов: 7 добавлений и 8 удалений

Просмотреть файл

@ -4,12 +4,11 @@ FROM debian:stretch-slim
RUN apt-get update && \
apt-get upgrade -qq && \
apt-get install -y procps && \
apt-get install wget -qq --no-install-recommends && \
wget https://www.percona.com/redir/downloads/pmm-client/1.15.0/binary/debian/stretch/x86_64/pmm-client_1.15.0-1.stretch_amd64.deb && \
dpkg -i pmm-client_1.15.0-1.stretch_amd64.deb && \
rm pmm-client_1.15.0-1.stretch_amd64.deb && \
apt-get purge wget -qq && \
apt-get install procps wget ca-certificates -qq --no-install-recommends && \
wget https://www.percona.com/redir/downloads/pmm-client/1.17.0/binary/debian/stretch/x86_64/pmm-client_1.17.0-1.stretch_amd64.deb && \
dpkg -i pmm-client_1.17.0-1.stretch_amd64.deb && \
rm pmm-client_1.17.0-1.stretch_amd64.deb && \
apt-get purge wget ca-certificates -qq && \
apt-get autoremove -qq && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Просмотреть файл

@ -292,7 +292,7 @@ topology:
pmm:
enabled: true
pmmTag: "1.15.0"
pmmTag: "1.17.0"
client:
resources:
requests:

Просмотреть файл

@ -227,7 +227,7 @@ vttablet:
# Default values for pmm
pmm:
enabled: false
pmmTag: "1.15.0"
pmmTag: "1.17.0"
client:
resources:
requests: