diff --git a/fedora-iot.conf b/fedora-iot.conf
index 11457e3..c7ead3d 100644
--- a/fedora-iot.conf
+++ b/fedora-iot.conf
@@ -22,7 +22,7 @@ sigkeys = ['105ef944']
tree_arches = ['aarch64', 'x86_64', "ppc64le", "s390x"]
# limit tree variants
# if undefined, all variants from variants.xml will be included
-tree_variants = ['IoT', 'bootc', 'bootc-base']
+tree_variants = ['IoT', 'bootc', 'IoT_bootc_base']
hashed_directories = True
# RUNROOT settings
@@ -282,7 +282,7 @@ ostree_container = {
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
"failable": ['*'],
},
- "^bootc-base$": {
+ "^IoT_bootc_base$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"config_url": "https://pagure.io/fedora-iot/ostree.git",
"config_branch": "main",
diff --git a/sync-bootc-base-containers.sh b/sync-bootc-base-containers.sh
index d232192..b69dabf 100755
--- a/sync-bootc-base-containers.sh
+++ b/sync-bootc-base-containers.sh
@@ -67,7 +67,7 @@ if [[ "${3}" == "-s" ]]; then
stage="true"
fi
-BASENAMES=("Fedora-IoT-bootc" "Fedora-IoT-bootc-base")
+BASENAMES=("Fedora-IoT-bootc" "Fedora-IoT-IoT_bootc_base")
format="oci-archive"
vers=${1}
compose=${2}
@@ -181,7 +181,7 @@ for basename in "${BASENAMES[@]}"; do
registry_name="fedora-bootc"
compose_type="bootc"
ARCHES=("aarch64" "x86_64" "ppc64le" "s390x")
- elif [[ ${basename} = "Fedora-IoT-bootc-base" ]]; then
+ elif [[ ${basename} = "Fedora-IoT-IoT_bootc_base" ]]; then
registry_name="fedora-iot"
compose_type="bootc-base"
ARCHES=("aarch64" "x86_64")
diff --git a/variants-fedora.xml b/variants-fedora.xml
index 9deb115..041f3ba 100644
--- a/variants-fedora.xml
+++ b/variants-fedora.xml
@@ -7,7 +7,7 @@
x86_64
-
+
aarch64
x86_64