We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4799f02 commit 73abc62Copy full SHA for 73abc62
pmm_psmdb-pbm_setup/Dockerfile
@@ -19,6 +19,7 @@ VOLUME [ "/sys/fs/cgroup" ]
19
20
CMD ["/usr/sbin/init"]
21
22
+ARG OL_VERSION
23
RUN set -ex; \
24
export GNUPGHOME="$(mktemp -d)"; \
25
export PERCONA_TELEMETRY_URL="https://check-dev.percona.com/v1/telemetry/GenericReport"; \
@@ -56,6 +57,7 @@ RUN set -ex; \
56
57
dnf -y install percona-backup-mongodb-${PBM_VERSION}.el${OL_VERSION} ; \
58
fi
59
60
61
RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
62
dnf -y install pmm-client && \
63
curl -Lf -o /tmp/pmm-client.tar.gz $PMM_CLIENT_VERSION && \
0 commit comments