diskimage-builder/diskimage_builder/elements/yum/pre-install.d
Steve Baker 296c81b9ca Add DIB_YUM_REPO_PACKAGE as an alternative to DIB_YUM_REPO_CONF
A custom yum repository can now be configured by defining
`DIB_YUM_REPO_PACKAGE` as a yum available package or a URL to an rpm file.
This package can install repo files with any associated keys and
certificates.

A good example of such a package upstream is rdo-release[1] which
includes multiple repo files, the repo keys, and a root certificate.
This makes these repos impractical to install via DIB_YUM_REPO_CONF.

Downstream, repo packages like this a frequently used to bootstrap
development builds of RHEL with development repos.

[1] https://www.rdoproject.org/repos/rdo-release.rpm

Change-Id: I2832e723998c9bd7635cdf7541a4c20eff6294d2
2021-09-13 09:32:53 +12:00
..
00-01-yum-keepcache Fix hooks order for CentOS/Fedora when mirror used 2021-03-04 10:54:52 +00:00
00-dnf-update Move centos python3 installation after RHEL subscription 2020-09-07 11:22:55 +10:00
00-install-repo-package Add DIB_YUM_REPO_PACKAGE as an alternative to DIB_YUM_REPO_CONF 2021-09-13 09:32:53 +12:00
01-00-centos-python3 Install epel-release from URL 2021-01-27 12:33:30 +01:00
01-module-configuration Make DIB_DNF_MODULE_STREAMS part of yum element 2021-04-07 16:06:09 +05:30