distro/rhel90: add RHEL9 support

osbuild-composer can now build rhel 9.0 images.
Added support is limited to qcow2 image type.
This commit is contained in:
Jozef Mikovic 2021-03-10 10:39:31 +01:00 committed by Tom Gundersen
parent 4a47ad36af
commit a9e8ea2a21
13 changed files with 43051 additions and 4 deletions

View file

@ -42,6 +42,7 @@ if curl --silent --fail --head --output /dev/null "${REPO_URL}/repodata/repomd.x
exit 0
fi
# TODO: update to install correct version once epel-9 is out
# Mock and s3cmd is only available in EPEL for RHEL.
if [[ $ID == rhel || $ID == centos ]] && ! rpm -q epel-release; then
greenprint "📦 Setting up EPEL repository"