File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -ex; \
22
22
export GNUPGHOME="$(mktemp -d)" ; \
23
23
export PERCONA_TELEMETRY_URL="https://check-dev.percona.com/v1/telemetry/GenericReport" ; \
24
24
yum install -y gnupg2; \
25
- if [ $PSMDB_VERSION != "latest" ]; then export PSMDB_REPO="$(echo " ${PSMDB_VERSION}" | awk -F '.' '{print " psmdb-"$1$2}')" ; else export PSMDB_REPO=psmdb-60 ; fi ; \
25
+ if [ $PSMDB_VERSION != "latest" ]; then export PSMDB_REPO="$(echo " ${PSMDB_VERSION}" | awk -F '.' '{print " psmdb-"$1$2}')" ; else export PSMDB_REPO=psmdb-80 ; fi ; \
26
26
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5 99DB70FAE1D7CE227FB6488205B555B38483C65D 94E279EB8D8F25B21810ADF121EA45AB2F86D6A1; \
27
27
gpg --batch --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY; \
28
28
gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial; \
You can’t perform that action at this time.
0 commit comments