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

Merge "Allow operators to override versionlock for redhat in base"

parents 014d0550 19c5e97c
No related branches found
No related tags found
No related merge requests found
......@@ -157,11 +157,13 @@ RUN yum -y install \
{# We are back to the basic if conditional here which is:
if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] #}
{% block base_redhat_binary_versionlock %}
RUN yum -y update \
&& yum -y install \
yum-plugin-versionlock \
&& yum clean all
COPY versionlock.list /etc/yum/pluginconf.d/
{% endblock %}
{% if install_type == 'binary' %}
{% set base_centos_binary_packages = [
......
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