Also add rhel-10.3 and rhel-9.9 to os-image-map.json; the OSCI gating tests now run against RHEL-10.3-Nightly but the map only had rhel-10.2, causing provision-packit.sh to fail. Add patch to mark tmt AVC check as informational; bootc probes for mac_admin capability via chcon with an intentionally invalid SELinux label (crates/lib/src/lsm.rs test_install_t), generating expected AVC denials that the rhel-ci policy's injected AVC check was flagging as test failures. Resolves: RHEL-155613 Assisted-by: OpenCode (Claude Opus 4)
21 lines
851 B
JSON
21 lines
851 B
JSON
{
|
|
"base": {
|
|
"rhel-10.3": "images.paas.redhat.com/bootc/rhel-bootc:latest-10.3",
|
|
"rhel-10.2": "images.paas.redhat.com/bootc/rhel-bootc:latest-10.2",
|
|
"rhel-9.9": "images.paas.redhat.com/bootc/rhel-bootc:latest-9.9",
|
|
"rhel-9.8": "images.paas.redhat.com/bootc/rhel-bootc:latest-9.8",
|
|
"centos-9": "quay.io/centos-bootc/centos-bootc:stream9",
|
|
"centos-10": "quay.io/centos-bootc/centos-bootc:stream10",
|
|
"fedora-42": "quay.io/fedora/fedora-bootc:42",
|
|
"fedora-43": "quay.io/fedora/fedora-bootc:43",
|
|
"fedora-44": "quay.io/fedora/fedora-bootc:rawhide"
|
|
},
|
|
"buildroot-base": {
|
|
"centos-9": "quay.io/centos/centos:stream9",
|
|
"centos-10": "quay.io/centos/centos:stream10",
|
|
"fedora-42": "quay.io/fedora/fedora:42",
|
|
"fedora-43": "quay.io/fedora/fedora:43",
|
|
"fedora-44": "quay.io/fedora/fedora:rawhide"
|
|
}
|
|
}
|