We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00b2a8 commit 15579ebCopy full SHA for 15579eb
pmm_psmdb-pbm_setup/Dockerfile
@@ -66,7 +66,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
66
elif [[ "$PMM_CLIENT_VERSION" =~ 3-dev-latest|latest ]]; then \
67
dnf -y install pmm-client ; \
68
elif [[ "$PMM_CLIENT_VERSION" = "pmm3-rc" ]]; then \
69
- percona-release enable pmm3-client testing && \
+ percona-release enable-only pmm3-client testing && \
70
dnf update --refresh -y && \
71
72
else \
0 commit comments