From 6b0bb8dcf66d064caec7bb0adea0b8bb6deca267 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Tue, 5 Dec 2023 16:25:59 -0500 Subject: [PATCH] Add min-free-space-percent to fix compose failure Signed-off-by: Paul Whalen --- fedora-iot-base.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 7140481..481bb90 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -2,6 +2,8 @@ "ref": "fedora/rawhide/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", + "min-free-space-percent": "1", + "repos": [], "selinux": true,