freezer: drop EPEL

There is no 'trickle' package in EPEL8 so enabling it is useless.

Change-Id: I916faee02f1387d08d786f2a74699bd613904280
This commit is contained in:
Marcin Juszkiewicz 2020-12-07 20:30:47 +01:00
parent 865f55d4ec
commit b42cadd9eb
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'
] %}