Switches to using CentOS Stream latest

The old pinned image no longer exists. Switching to the latest image to
match Rocky and Ubuntu. This also avoids issues when old images are
removed.

Change-Id: Ibcecffe6d750b9c8a2e420276701d85c6caf130b
This commit is contained in:
Will Szumski 2024-10-11 12:43:12 +01:00
parent 7446da03e8
commit 2b826730e1
2 changed files with 6 additions and 1 deletions

View File

@ -140,7 +140,7 @@ deploy_image_sources:
checksum_algorithm: "sha256"
centos:
9-stream:
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230501.0.x86_64.qcow2"
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
checksum: "https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM"
checksum_algorithm: "sha256"
cirros:

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Switches to using the latest CentOS Stream 9 generic cloud image as the old
pinned version no longer exists.