| |
@@ -175,7 +175,18 @@
|
| |
'https://kojipkgs.fedoraproject.org/compose/42/latest-Fedora-42/compose/Everything/$arch/os/'
|
| |
],
|
| |
'subvariant': 'Container_Toolbox',
|
| |
- }
|
| |
+ },
|
| |
+ {
|
| |
+ 'kiwi_profile': 'FEX-RootFS',
|
| |
+ 'arches': ['x86_64'],
|
| |
+ 'repos': [
|
| |
+ 'https://kojipkgs.fedoraproject.org/compose/updates/f42-updates/compose/Everything/$arch/os/',
|
| |
+ 'https://kojipkgs.fedoraproject.org/compose/42/latest-Fedora-42/compose/Everything/$arch/os/'
|
| |
+ ],
|
| |
+ 'subvariant': 'FEX_RootFS',
|
| |
+ 'bundle_name_format': '%N-%v-%I.%A',
|
| |
+ 'failable': ['*'],
|
| |
+ },
|
| |
],
|
| |
}
|
| |
koji_profile = 'compose_koji'
|
| |
This should add the new artifacts for https://fedoraproject.org/wiki/Changes/FEX from https://pagure.io/fedora-kiwi-descriptions/c/03aacd1818f24ff945f206ac580699b6b23cef11 to the compose so we can consume them.