Merge "Mount /etc/pki during buildah yum update for RHUI"

This commit is contained in:
Zuul 2019-12-03 23:27:23 +00:00 committed by Gerrit Code Review
commit c2a428db12
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@
buildah run buildah run
--volume {{ yum_update.path }}:/tmp/yum_update.sh --volume {{ yum_update.path }}:/tmp/yum_update.sh
--volume {{ yum_repos_dir_path }}:/etc/yum.repos.d --volume {{ yum_repos_dir_path }}:/etc/yum.repos.d
--volume /etc/pki:/etc/pki
{% if cache_volume is defined and cache_volume %} {% if cache_volume is defined and cache_volume %}
--volume {{ cache_volume }} --volume {{ cache_volume }}
{% endif %} {% endif %}
@ -115,6 +116,7 @@
buildah --debug run buildah --debug run
--volume {{ yum_update.path }}:/tmp/yum_update.sh --volume {{ yum_update.path }}:/tmp/yum_update.sh
--volume {{ yum_repos_dir_path }}:/etc/yum.repos.d --volume {{ yum_repos_dir_path }}:/etc/yum.repos.d
--volume /etc/pki:/etc/pki
{% if cache_volume is defined and cache_volume %} {% if cache_volume is defined and cache_volume %}
--volume {{ cache_volume }} --volume {{ cache_volume }}
{% endif %} {% endif %}