Skip to content

Commit

Permalink
Update AlmaLinux images (#661)
Browse files Browse the repository at this point in the history
- Switch to https mirror
- Use 9 rather than 9.1 version to fix 404
- Use 8 rather than 8.8 version to use latest

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
  • Loading branch information
mikelolasagasti committed Apr 11, 2024
1 parent 64aeb3c commit 6ccacd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kvirt/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
VMUSER = None
VMPORT = None
OPENSHIFT_TAG = '4.15'
ALMA = 'http://repo.ifca.es/almalinux'
ALMA = 'https://repo.ifca.es/almalinux'
BSD = 'https://object-storage.public.mtl1.vexxhost.net/swift/v1/1dbafeefbd4f4c80864414a441e72dd2'
BSD += '/bsd-cloud-image.org/images/dragonflybsd'
CENTOS = 'https://cloud.centos.org/centos'
Expand All @@ -43,8 +43,8 @@
RHCOS = 'https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos'
ROCKY = 'https://dl.rockylinux.org/pub/rocky/'
UBUNTU = 'https://cloud-images.ubuntu.com/releases'
IMAGES = {'almalinux8': f'{ALMA}/8.8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2',
'almalinux9': f'{ALMA}/9.1/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2',
IMAGES = {'almalinux8': f'{ALMA}/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2',
'almalinux9': f'{ALMA}/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2',
'arch': 'https://linuximages.de/openstack/arch/arch-openstack-LATEST-image-bootstrap.qcow2',
'centos7': f'{CENTOS}/7/images/CentOS-7-x86_64-GenericCloud.qcow2',
'centos8stream': f'{CENTOS}/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-latest.x86_64.qcow2',
Expand Down

0 comments on commit 6ccacd7

Please sign in to comment.