From e966d05e194c9ef3d2eff2700ed80e914c3a5604 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 25 2025 21:13:28 +0000 Subject: F42: Fix container names to reflect content in the image This fixes the container names to reflect the content in the image. Fedora-IoT-bootc - iot image Fedora-base-bootc - generic base image Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index acaf5ab..9b3a9bf 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -288,7 +288,8 @@ ostree_container = { "https://kojipkgs.fedoraproject.org/compose/updates/f42-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64", "ppc64le", "s390x"], "failable": ['*'], - "name": "Fedora-IoT-bootc", + "subvariant": "base", + "name": "Fedora-base-bootc", }, { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", @@ -299,8 +300,7 @@ ostree_container = { "https://kojipkgs.fedoraproject.org/compose/updates/f42-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64"], "failable": ['*'], - "subvariant": "base", - "name": "Fedora-base-bootc", + "name": "Fedora-IoT-bootc", }, ] }