Browse Source

add-ci-for-debian12 (#10222)

pull/10221/head
Kay Yan 1 year ago
committed by GitHub
parent
commit
efeac70e40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. 7
      test-infra/image-builder/roles/kubevirt-images/defaults/main.yml

7
test-infra/image-builder/roles/kubevirt-images/defaults/main.yml

@ -97,6 +97,13 @@ images:
converted: true converted: true
tag: "latest" tag: "latest"
debian-12:
filename: debian-12-generic-amd64-20230612-1409.qcow2
url: https://cdimage.debian.org/cdimage/cloud/bookworm/20230612-1409/debian-12-generic-amd64-20230612-1409.qcow2
checksum: sha512:61358292dbec302446a272d5011019091ca78e3fe8878b2d67d31b32e0661306c53a72f793f109394daf937a3db7b2db34422d504e07fdbb300a7bf87109fcf1
converted: true
tag: "latest"
oracle-7: oracle-7:
filename: oracle-linux-76.qcow2 filename: oracle-linux-76.qcow2
url: https://storage.googleapis.com/born-images/oracle76/oracle-linux-76.qcow2 url: https://storage.googleapis.com/born-images/oracle76/oracle-linux-76.qcow2

Loading…
Cancel
Save