Merge "freezer: drop EPEL"

This commit is contained in:
Zuul 2020-12-14 15:12:29 +00:00 committed by Gerrit Code Review
commit 9465c722f8
1 changed files with 1 additions and 4 deletions

View File

@ -9,16 +9,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.configure_user(name='freezer') }}
{# NOTE(mgoddard): EPEL required for trickle package. Not provided by EPEL8 #}
{{ macros.enable_extra_repos(['epel']) }}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% elif install_type == 'source' %}
{% if base_package_type != 'rpm' %}
{% if base_package_type == 'deb' %}
{% set freezer_base_packages = [
'trickle'
] %}