Skip to content

Commit

Permalink
PMM-7 consider dev-latest pmm-client
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Feb 13, 2024
1 parent d724634 commit 57cd448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm_psmdb-pbm_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN set -ex; \
curl -Lf -o /tmp/pmm2-client.tar.gz $PMM_CLIENT_VERSION && \
cd /tmp && tar -xvf pmm2-client.tar.gz --transform 's,^/*[^/]*,/pmm2-client,S' && \
cd /tmp/pmm2-client && ./install_tarball && cd ../ && rm -rf pmm2* ;\
elif [ $PMM_CLIENT_VERSION == "latest" ]; then \
elif [ $PMM_CLIENT_VERSION == "latest" || $PMM_CLIENT_VERSION == "dev-latest" ]; then \
yum -y install pmm2-client ; \
elif [ $PMM_CLIENT_VERSION == "pmm2-rc" ]; then \
percona-release enable original testing \
Expand Down

0 comments on commit 57cd448

Please sign in to comment.