Skip to content

Commit 2b47c62

Browse files
authored
PMM-7 Enable pmm3-client release in Dockerfile for conditional installation (#175)
1 parent e893c95 commit 2b47c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmm_psmdb-pbm_setup/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
7070
dnf update --refresh -y && \
7171
dnf -y install pmm-client ; \
7272
else \
73+
percona-release enable pmm3-client release && \
7374
if [[ "$PMM_CLIENT_VERSION" =~ ^([3-9])\.([1-9][0-9]*)\.([0-9]+)$ ]]; then \
7475
dnf -y install pmm-client-${PMM_CLIENT_VERSION}-7.el${OL_VERSION} ; \
7576
else \

0 commit comments

Comments
 (0)