Skip to content

Commit

Permalink
tests: Pin eln to tag until ostree update is out in f39
Browse files Browse the repository at this point in the history
Closes: #233
  • Loading branch information
cgwalters committed Mar 6, 2024
1 parent d7869c8 commit aec6554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aec6554

Please sign in to comment.