diff --git a/rocky/images.conf b/rocky/images.conf index 062fb35..268a934 100644 --- a/rocky/images.conf +++ b/rocky/images.conf @@ -28,7 +28,8 @@ image_build = { "disk-size": "10", "arches": ["x86_64","aarch64"], "install_tree_from": "BaseOS", - "repo": ["BaseOS","AppStream",] + "repo": ["BaseOS","AppStream"], + "failable": ['*'] }, "factory-parameters": { "generate_icicle": False, @@ -49,7 +50,8 @@ image_build = { "disk-size": "10", "arches": ["x86_64", "aarch64"], "install_tree_from": "BaseOS", - "repo": ["BaseOS","AppStream",] + "repo": ["BaseOS","AppStream"] + "failable": ['*'] }, "factory-parameters": { "generate_icicle": False,