We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e893c95 commit 2b47c62Copy full SHA for 2b47c62
pmm_psmdb-pbm_setup/Dockerfile
@@ -70,6 +70,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
70
dnf update --refresh -y && \
71
dnf -y install pmm-client ; \
72
else \
73
+ percona-release enable pmm3-client release && \
74
if [[ "$PMM_CLIENT_VERSION" =~ ^([3-9])\.([1-9][0-9]*)\.([0-9]+)$ ]]; then \
75
dnf -y install pmm-client-${PMM_CLIENT_VERSION}-7.el${OL_VERSION} ; \
76
0 commit comments