зеркало из https://github.com/github/vitess-gh.git
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:
Родитель
df486b6e13
Коммит
06084a7323
|
@ -4,12 +4,11 @@ FROM debian:stretch-slim
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -qq && \
|
apt-get upgrade -qq && \
|
||||||
apt-get install -y procps && \
|
apt-get install procps wget ca-certificates -qq --no-install-recommends && \
|
||||||
apt-get install wget -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 && \
|
||||||
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.17.0-1.stretch_amd64.deb && \
|
||||||
dpkg -i pmm-client_1.15.0-1.stretch_amd64.deb && \
|
rm pmm-client_1.17.0-1.stretch_amd64.deb && \
|
||||||
rm pmm-client_1.15.0-1.stretch_amd64.deb && \
|
apt-get purge wget ca-certificates -qq && \
|
||||||
apt-get purge wget -qq && \
|
|
||||||
apt-get autoremove -qq && \
|
apt-get autoremove -qq && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
@ -292,7 +292,7 @@ topology:
|
||||||
|
|
||||||
pmm:
|
pmm:
|
||||||
enabled: true
|
enabled: true
|
||||||
pmmTag: "1.15.0"
|
pmmTag: "1.17.0"
|
||||||
client:
|
client:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -227,7 +227,7 @@ vttablet:
|
||||||
# Default values for pmm
|
# Default values for pmm
|
||||||
pmm:
|
pmm:
|
||||||
enabled: false
|
enabled: false
|
||||||
pmmTag: "1.15.0"
|
pmmTag: "1.17.0"
|
||||||
client:
|
client:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче