Skip to content

Commit 73abc62

Browse files
authored
PMM-7 fix setup (#153)
1 parent 4799f02 commit 73abc62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pmm_psmdb-pbm_setup/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ VOLUME [ "/sys/fs/cgroup" ]
1919

2020
CMD ["/usr/sbin/init"]
2121

22+
ARG OL_VERSION
2223
RUN set -ex; \
2324
export GNUPGHOME="$(mktemp -d)"; \
2425
export PERCONA_TELEMETRY_URL="https://check-dev.percona.com/v1/telemetry/GenericReport"; \
@@ -56,6 +57,7 @@ RUN set -ex; \
5657
dnf -y install percona-backup-mongodb-${PBM_VERSION}.el${OL_VERSION} ; \
5758
fi
5859

60+
ARG OL_VERSION
5961
RUN if [[ "$PMM_CLIENT_VERSION" == http* ]]; then \
6062
dnf -y install pmm-client && \
6163
curl -Lf -o /tmp/pmm-client.tar.gz $PMM_CLIENT_VERSION && \

0 commit comments

Comments
 (0)