Merge "Switches to using CentOS Stream latest"

This commit is contained in:
Zuul 2024-11-05 13:28:23 +00:00 committed by Gerrit Code Review
commit 2d21c3bca6
2 changed files with 6 additions and 1 deletions

View File

@ -140,7 +140,7 @@ deploy_image_sources:
checksum_algorithm: "sha256" checksum_algorithm: "sha256"
centos: centos:
9-stream: 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: "https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM"
checksum_algorithm: "sha256" checksum_algorithm: "sha256"
cirros: 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.