Skip to content

PMM-13188 use pmm2-client instead of original #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading