centos: enable PowerTools repo in images which needs it
We moved to CentOS Stream 8. Just no one noticed that binary target was failing to build. This change sorts out all failing images. Change-Id: Ia7768caabfe214a629339d50973d0d9873fc65d5
This commit is contained in:
parent
7ec4a4c8ae
commit
5c0c2d2448
@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['powertools']) }}
|
||||
{{ macros.configure_user(name='horizon') }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['powertools']) }}
|
||||
{{ macros.configure_user(name='rally') }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['powertools']) }}
|
||||
{{ macros.configure_user(name='tempest') }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['powertools']) }}
|
||||
{{ macros.configure_user(name='vitrage') }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
@ -7,6 +7,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% import "macros.j2" as macros with context %}
|
||||
|
||||
{{ macros.enable_extra_repos(['powertools']) }}
|
||||
{{ macros.configure_user(name='watcher') }}
|
||||
|
||||
{% if install_type == 'binary' %}
|
||||
|
Loading…
Reference in New Issue
Block a user