From cdfae5661e54f481d685ba920c24ef8b23657b91 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 25 Oct 2025 13:49:11 +0200 Subject: [PATCH] add CentOS Stream 10 --- update_image_locations.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_image_locations.sh b/update_image_locations.sh index 95d6670..70d8e8c 100755 --- a/update_image_locations.sh +++ b/update_image_locations.sh @@ -60,6 +60,7 @@ ORIGINAL_IMAGES=( "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2" "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2" "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img" + "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2" ) # Function to get filename from URL