diff --git a/images/centos-10 b/images/centos-10 index 3afc29bf9..266347e8e 120000 --- a/images/centos-10 +++ b/images/centos-10 @@ -1 +1 @@ -centos-10-ea5dcc7fb4f05be273ba535049f354f929dfb83ef13a260b2901eeca20d91aa9.qcow2 \ No newline at end of file +centos-10-cd29012e96c088534081c7223c4fd0e0c9ae6ed17ebf87d96c381281ac4a358b.qcow2 \ No newline at end of file diff --git a/images/scripts/centos-10.bootstrap b/images/scripts/centos-10.bootstrap index 515eeb0fe..75c8bb661 100755 --- a/images/scripts/centos-10.bootstrap +++ b/images/scripts/centos-10.bootstrap @@ -1,8 +1,5 @@ #! /bin/bash set -eux -# FIXME: Move to /development once that gets cloud images -URL='https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/x86_64/images/' -IMAGE="$(curl -L -s "$URL" | grep -o '"CentOS-Stream-GenericCloud-10-[^"]*.x86_64.qcow2"' | tr -d '"' | tail -n1)" -[ -n "$IMAGE" ] -exec $(dirname $0)/lib/cloudimage.bootstrap "$1" "$URL/$IMAGE" +URL="https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-latest.x86_64.qcow2" +exec $(dirname $0)/lib/cloudimage.bootstrap "$1" "$URL"