Skip to content

Commit d1c3eec

Browse files
Copilottravagliad
andcommitted
Add percona-release enable pmm3-client release to Dockerfile else block
Co-authored-by: travagliad <215686151+travagliad@users.noreply.github.com>
1 parent a6768f5 commit d1c3eec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)