From f536574ed868767236b917f354cb0b53448590c3 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 15 2024 15:50:21 +0000 Subject: Add ostree container native images (bootc) See: https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStable See: https://pagure.io/pungi/pull-request/1699 See: https://pagure.io/pungi/issue/1698 Signed-off-by: Timothée Ravier --- diff --git a/fedora/override.conf b/fedora/override.conf index d70eb4e..e4bb491 100644 --- a/fedora/override.conf +++ b/fedora/override.conf @@ -118,3 +118,13 @@ image_build = { ], } +ostree_container = { + "^bootc$": { + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "config_url": "https://github.com/CentOS/centos-bootc", + "config_branch": "main", + "treefile": "fedora-bootc.yaml", + "arches": ["x86_64", "ppc64le", "aarch64", "s390x"], + "failable": ['*'], + } +}