The bootloader option in ostree.config stage is new in osbuild 37. However, osbuild 37 contains a bug that prevents it from working in certain cases, thus we need to pin to a slightly newer commit that contains a fix for it: bug: https://github.com/osbuild/osbuild/issues/822 fix: https://github.com/osbuild/osbuild/pull/824 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
49 lines
947 B
Text
49 lines
947 B
Text
{
|
|
"fedora-33": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
|
}
|
|
},
|
|
"dependants": {
|
|
"koji-osbuild": {
|
|
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
|
|
}
|
|
}
|
|
},
|
|
"fedora-34": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.4": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
|
}
|
|
}
|
|
},
|
|
"rhel-8.5": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
|
}
|
|
}
|
|
},
|
|
"rhel-9.0": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
|
}
|
|
}
|
|
},
|
|
"centos-8": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
|
}
|
|
}
|
|
}
|
|
}
|