Use EL7 repostitory instead of EL6 for percona
This patch uses the EL7 binary bits for percona's software instead of EL6. To match binary ABIs, it is recommended to use the same major version of EL for CentOS. backport: liberty Change-Id: I1d2b146a036806c7fd2baef97a6ed861a570d26e Partial-Fix: #1509281
This commit is contained in:
parent
2d5293d7c9
commit
a40989c002
@ -44,8 +44,7 @@ COPY mariadb.yum.repo /etc/yum.repos.d/MariaDB.repo
|
|||||||
|
|
||||||
COPY ceph.yum.repo /etc/yum.repos.d/ceph.repo
|
COPY ceph.yum.repo /etc/yum.repos.d/ceph.repo
|
||||||
|
|
||||||
RUN yum install -y http://www.percona.com/redir/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm \
|
RUN yum -y install http://repo.percona.com/release/7/RPMS/x86_64/percona-release-0.1-3.noarch.rpm
|
||||||
&& sed -i 's|$releasever|centos/latest|g' /etc/yum.repos.d/percona-release.repo
|
|
||||||
|
|
||||||
{% if install_metatype in ['rdo', 'mixed'] %}
|
{% if install_metatype in ['rdo', 'mixed'] %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user