Browse Source
add rocky linux 10 image (#12379)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
pull/12381/head
Kay Yan
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
7 additions and
0 deletions
-
test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
|
|
@ -111,6 +111,13 @@ images: |
|
|
|
converted: true |
|
|
|
tag: "latest" |
|
|
|
|
|
|
|
rockylinux-10: |
|
|
|
filename: Rocky-10-GenericCloud-Base-10.0-20250609.1.x86_64.qcow2 |
|
|
|
url: https://download.rockylinux.org/pub/rocky/10.0/images/x86_64/Rocky-10-GenericCloud-Base-10.0-20250609.1.x86_64.qcow2 |
|
|
|
checksum: sha256:20e771c654724e002c32fb92a05fdfdd7ac878c192f50e2fc21f53e8f098b8f9 |
|
|
|
converted: true |
|
|
|
tag: "latest" |
|
|
|
|
|
|
|
debian-10: |
|
|
|
filename: debian-10-openstack-amd64.qcow2 |
|
|
|
url: https://cdimage.debian.org/cdimage/openstack/current-10/debian-10-openstack-amd64.qcow2 |
|
|
|