Skip to content

Commit

Permalink
PMM-13188 use pmm2-client instead of original (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored Jul 2, 2024
1 parent 1b47938 commit 18af8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmm_psmdb-pbm_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN set -ex; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
percona-release enable pbm ${REPO} && \
percona-release enable ${PSMDB_REPO} ${REPO} && \
percona-release enable original ${PMM_REPO} && \
percona-release enable pmm2-client ${PMM_REPO} && \
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
yum update --refresh -y && \
if [ $PSMDB_VERSION == "latest" ]; then \
Expand All @@ -61,7 +61,7 @@ RUN set -ex; \
elif [[ "$PMM_CLIENT_VERSION" =~ latest|dev-latest ]]; then \
yum -y install pmm2-client ; \
elif [ $PMM_CLIENT_VERSION == "pmm2-rc" ]; then \
percona-release enable original testing && \
percona-release enable pmm2-client testing && \
yum update --refresh -y && \
yum -y install pmm2-client ; \
else \
Expand Down

0 comments on commit 18af8c7

Please sign in to comment.