Skip to content

Commit

Permalink
Merge pull request #30 from Percona-Lab/PSMDB_telemetry
Browse files Browse the repository at this point in the history
Send telemetry to dev server
  • Loading branch information
olexandr-havryliak committed Nov 9, 2023
2 parents 805982c + 8bed7a6 commit 24a88c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pmm_psmdb-pbm_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CMD ["/usr/sbin/init"]

RUN set -ex; \
export GNUPGHOME="$(mktemp -d)"; \
export PERCONA_TELEMETRY_URL="https://check-dev.percona.com/v1/telemetry/GenericReport"; \
if [ $PSMDB_VERSION != "latest" ]; then export PSMDB_REPO="$(echo "${PSMDB_VERSION}" | awk -F '.' '{print "psmdb-"$1$2}')" ; else export PSMDB_REPO=psmdb-60 ; fi ; \
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A 99DB70FAE1D7CE227FB6488205B555B38483C65D 94E279EB8D8F25B21810ADF121EA45AB2F86D6A1; \
gpg --batch --export --armor 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A > ${GNUPGHOME}/RPM-GPG-KEY-Percona; \
Expand Down

0 comments on commit 24a88c0

Please sign in to comment.