From 3a6d06a9d59a2fa4ec0c0fdc14782aee65fea06f Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mar 28 2025 14:16:25 +0000 Subject: Use f40-updates only for building bootc container The master mirror can't be reached by the builders, use only updates. Signed-off-by: Paul Whalen --- diff --git a/fedora-bootc.conf b/fedora-bootc.conf index ad14516..93363d8 100644 --- a/fedora-bootc.conf +++ b/fedora-bootc.conf @@ -208,8 +208,7 @@ ostree_container = { "config_url": "https://pagure.io/fedora-iot/base-images", "config_branch": "f41-stable", "treefile": "fedora-40.yaml", - "repo": ["https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/$basearch/os/", - "https://kojipkgs.fedoraproject.org/compose/updates/f40-updates/compose/Everything/$basearch/os/"], + "repo": ["https://kojipkgs.fedoraproject.org/compose/updates/f40-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64"], "failable": ['*'], },