Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: run rhel 9.5 bib test against rhel 9.5 bootc image
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed May 24, 2024
1 parent e8bb7e8 commit 32cb4fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bib-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ if [[ ${TIER1_IMAGE_URL} =~ bootc-image-builder ]]; then
BIB_IMAGE_URL=$TIER1_IMAGE_URL
TIER1_IMAGE_URL=${RHEL_REGISTRY_URL}/rhel9-rhel_bootc:rhel-${VERSION}
else
# Good suggestion https://github.com/virt-s1/bootc-workflow-test/pull/281#pullrequestreview-2024981254
# Both RHEL 9.4 and 9.5 will use 9.4 bib image to test 9.4 bib image
# 9.4 bib -> 9.4 bootc image; 9.5 bib -> 9.5 bootc image
if [[ "$REDHAT_ID" == "rhel" ]]; then
BIB_IMAGE_URL="${BIB_IMAGE_URL:-${RHEL_REGISTRY_URL}/rhel9-rhel_bootc-image-builder:rhel-9.4}"
BIB_IMAGE_URL="${BIB_IMAGE_URL:-${RHEL_REGISTRY_URL}/rhel9-rhel_bootc-image-builder:rhel-${REDHAT_VERSION_ID}}"
else
BIB_IMAGE_URL="${BIB_IMAGE_URL:-quay.io/centos-bootc/bootc-image-builder:latest}"
fi
Expand Down

0 comments on commit 32cb4fb

Please sign in to comment.