Neil Hanlon
398e07e6f2
Introduce new container image for Rocky Linux, a downstream clone of Red Hat Enterprise Linux. Keep non-voting in Check for a while before adding to any gate checks Signed-off-by: Neil Hanlon <neil@shrug.pw> Change-Id: Ib383f60bc23b434b400f85c376840a000cafc697 Related-Bug: https://review.opendev.org/805800/
5 lines
168 B
Bash
5 lines
168 B
Bash
export DISTRO_NAME=rocky
|
|
export DIB_RELEASE=${DIB_RELEASE:-8} # always the most recent major
|
|
export EFI_BOOT_DIR="EFI/rocky"
|
|
export DIB_YUM_MINIMAL_CREATE_INTERFACES=0
|