From 26b940ec86b71b5749a9266f432c922c3248bb52 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 18 Jan 2023 00:50:30 -0700 Subject: [PATCH] images are failable --- rocky/images.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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,