Skip to content
Snippets Groups Projects
Commit e7c3677e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix centos-source trove image building"

parents fdb440b7 edf0468c
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,15 @@ RUN yum -y install \ ...@@ -11,6 +11,15 @@ RUN yum -y install \
{% endif %} {% endif %}
{% elif install_type == 'source' %} {% elif install_type == 'source' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# TODO(mandre) remove MariaDB-shared once Percona has fixed its packaging issue
# https://groups.google.com/forum/#!topic/percona-discussion/8-k_FS40Cdk
RUN yum -y install \
MariaDB-shared \
&& yum clean all
{% endif %}
ADD trove-base-archive /trove-base-source ADD trove-base-archive /trove-base-source
RUN ln -s trove-base-source/* trove \ RUN ln -s trove-base-source/* trove \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment