From aec6554d189b96af6c17a6c46819e08aa8d48b6e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Mar 2024 08:22:14 -0500 Subject: [PATCH] tests: Pin eln to tag until ostree update is out in f39 Closes: https://github.com/osbuild/bootc-image-builder/issues/233 --- test/testcases.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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