distro/rhel84: build qcow2 images with compat=0.10
By default, `qemu-img convert` creates qcow2 images usable in qemu 1.1 and newer. RHEL 8 guest images are meant to be bootable on RHEL 6 though. Unfortunately, RHEL 6 has qemu 0.12, therefore these images cannot be used there. To fix this, we need to use the new qcow2_compat option in qemu assembler to override the default compat version and make qcow2 images that can be used in qemu 0.10 and newer. For this, we need osbuild 28 that isn't yet available in of any of downstreams, therefore we need to pin it everywhere. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
5937b9adca
commit
973b4b2714
12 changed files with 67 additions and 31 deletions
23
Schutzfile
23
Schutzfile
|
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"fedora-32": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fedora-33": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
|
||||
}
|
||||
},
|
||||
"dependants": {
|
||||
"koji-osbuild": {
|
||||
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
|
||||
|
|
@ -9,7 +21,7 @@
|
|||
"rhel-8.3": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "e4e527b5b7cdf8bb6e48a6ec3ace7d9d9b155bc0"
|
||||
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
|
||||
}
|
||||
},
|
||||
"dependants": {
|
||||
|
|
@ -21,10 +33,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.4": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "e4e527b5b7cdf8bb6e48a6ec3ace7d9d9b155bc0"
|
||||
"commit": "eb74ddf2ef8c203b5d354dfb97adee65babdc147"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue