diff --git a/bib-image.sh b/bib-image.sh index b93af93..7415a71 100755 --- a/bib-image.sh +++ b/bib-image.sh @@ -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