From 97376e7155950eaab0c25967950c081b66fe716a Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 11 2024 17:13:10 +0000 Subject: F41: Add base bootc container Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 1071e6a..bf8e829 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -283,4 +283,15 @@ ostree = { } } +ostree_container = { + "^fedora-bootc$": { + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "config_url": "https://pagure.io/fedora-iot/ostree", + "config_branch": "main", + "treefile": "fedora-bootc.yaml", + "arches": ["x86_64", "aarch64"], + "failable": ['*'], + }, +} + koji_profile = 'compose_koji'