diff --git a/images/rhel-9-0 b/images/rhel-9-0 index 6444d2a455..c8ae9b318d 120000 --- a/images/rhel-9-0 +++ b/images/rhel-9-0 @@ -1 +1 @@ -rhel-9-0-69535e6306a217de0caa86a0544694de4b200c2f35c8e88c59498211bb775dc0.qcow2 \ No newline at end of file +rhel-9-0-53c8313e51ed6e15ef07f66ff7acfae92d503437bb163f17d3a676e54b7891dd.qcow2 \ No newline at end of file diff --git a/images/scripts/rhel-9-0.bootstrap b/images/scripts/rhel-9-0.bootstrap index b06a851975..bdc0d33033 100755 --- a/images/scripts/rhel-9-0.bootstrap +++ b/images/scripts/rhel-9-0.bootstrap @@ -1,7 +1,7 @@ #!/bin/bash set -ex -URL=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.0/compose/BaseOS/x86_64/images/ +URL=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9-Beta/latest-RHEL-9.0/compose/BaseOS/x86_64/images/ IMAGE=$(curl -L -s "$URL" | sed -n '/ /etc/yum.repos.d/nightly.repo @@ -257,7 +257,7 @@ EOF case "$IMAGE" in rhel-8-4) REPO="rhel-8.4.0-build" ;; rhel-8-5) REPO="rhel-8.5.0-build" ;; - rhel-9-0) REPO="rhel-9.0.0-alpha-build" ;; + rhel-9-0) REPO="rhel-9.0.0-beta-build" ;; *) echo "Unknown image $IMAGE"; exit 1 esac