[vm-default-images] Fix CentOS Stream image URLs
The x86_64 architecture token was placed inside the filename segment (CentOS-Stream-GenericCloud-x86_64-N-latest.x86_64.qcow2) which does not match the actual CentOS mirror layout. Correct both CentOS Stream 9 and 10 URLs to the canonical form without the extra architecture infix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
This commit is contained in:
parent
15dfc2521e
commit
551b4e65ac
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ images:
|
|||
architecture: amd64
|
||||
description: "Debian 13 (Trixie) generic cloud image"
|
||||
- name: centos-stream-9
|
||||
url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2
|
||||
url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
|
||||
storage: 20Gi
|
||||
os:
|
||||
family: Linux
|
||||
|
|
@ -121,7 +121,7 @@ images:
|
|||
architecture: amd64
|
||||
description: "CentOS Stream 9 GenericCloud image"
|
||||
- name: centos-stream-10
|
||||
url: https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2
|
||||
url: https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-latest.x86_64.qcow2
|
||||
storage: 20Gi
|
||||
os:
|
||||
family: Linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue