diff --git a/test/testcases.py b/test/testcases.py index 09e754af..e86882f0 100644 --- a/test/testcases.py +++ b/test/testcases.py @@ -10,7 +10,9 @@ def gen_testcases(what): # bootc containers that are tested by default CONTAINERS_TO_TEST = { - "fedora": "quay.io/centos-bootc/fedora-bootc:eln", + # Pinned to a tag until https://bodhi.fedoraproject.org/updates/FEDORA-2024-969f546f80 is out + # xref https://github.com/osbuild/bootc-image-builder/issues/233 + "fedora": "quay.io/centos-bootc/fedora-bootc:eln-1709537055", "centos": "quay.io/centos-bootc/centos-bootc:stream9", } # allow commandline override, this is used when testing