From 8e996a1358fcf77fc520c873e9301fd7c3d1e420 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 28 2025 20:48:45 +0000 Subject: F40: Fix container names and stop running the container sync script This fixes the container name of the generic bootc image and aligns all branches. We no longer need to run the sync script for the containers Signed-off-by: Paul Whalen --- diff --git a/fedora-bootc.conf b/fedora-bootc.conf index 5fd9781..743699f 100644 --- a/fedora-bootc.conf +++ b/fedora-bootc.conf @@ -212,6 +212,8 @@ ostree_container = { "https://kojipkgs.fedoraproject.org/compose/updates/f40-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64"], "failable": ['*'], + "subvariant": "base", + "name": "Fedora-base-bootc", }, } diff --git a/twoweek-nightly.sh b/twoweek-nightly.sh index 2452ee1..63e3784 100755 --- a/twoweek-nightly.sh +++ b/twoweek-nightly.sh @@ -49,4 +49,4 @@ if [ "$?" != "0" ]; then fi # Push containers -./sync-bootc-base-containers.sh ${RELEASE} ${LABEL} +#./sync-bootc-base-containers.sh ${RELEASE} ${LABEL}