Skip to content

Commit

Permalink
test: use last known goodl quay.io/centos-bootc/fedora-bootc in tests
Browse files Browse the repository at this point in the history
Because of the issues with the latest
CentOS/centos-bootc#184 and
#149

with the latest quay.io/centos-bootc/fedora-bootc:eln this commit
moves to the last known good container id.
  • Loading branch information
mvo5 authored and achilleas-k committed Jan 23, 2024
1 parent 6510c17 commit 2b1570a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/containerbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ def container_to_build_ref():
# making "image_type" an "image" tuple (type, container_ref_to_test)
return os.getenv(
"BIB_TEST_BOOTC_CONTAINER_TAG",
"quay.io/centos-bootc/fedora-bootc:eln",
# using this tag instead of ":eln" until
# https://github.com/CentOS/centos-bootc/issues/184 and
# https://github.com/osbuild/bootc-image-builder/issues/149
# are fixed
"quay.io/centos-bootc/fedora-bootc:ed19452a30c50900be0b78db5f68d9826cc14a2e402f752535716cffd92b4445",
)

0 comments on commit 2b1570a

Please sign in to comment.