Skip to content

Commit

Permalink
Add Ubuntu 24.04 as mandatory image, drop mandatory for 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Morgenstern <[email protected]>
  • Loading branch information
martinmo committed Aug 2, 2024
1 parent e455458 commit b13ec7c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Tests/iaas/scs-0104-v1.1-images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
images:
- name: "Ubuntu 24.04"
source:
- https://cloud-images.ubuntu.com/releases/noble/
- https://cloud-images.ubuntu.com/noble/
status: mandatory
- name: "Ubuntu 22.04"
source:
- https://cloud-images.ubuntu.com/releases/jammy/
- https://cloud-images.ubuntu.com/jammy/
- name: "ubuntu-capi-image"
name_scheme: "ubuntu-capi-image v[0-9]\\.[0-9]+(\\.[0-9]+)?"
source: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube
status: recommended
- name: "Ubuntu 20.04"
source:
- https://cloud-images.ubuntu.com/releases/focal/
- https://cloud-images.ubuntu.com/focal/
- name: "Debian 12"
source:
- https://cloud.debian.org/images/cloud/bookworm/
- https://cdimage.debian.org/cdimage/cloud/bookworm/
- name: "Debian 11"
source:
- https://cloud.debian.org/images/cloud/bullseye/
- https://cdimage.debian.org/cdimage/cloud/bullseye/
- name: "Debian 10"
source:
- https://cloud.debian.org/images/cloud/buster/
- https://cdimage.debian.org/cdimage/cloud/buster/

0 comments on commit b13ec7c

Please sign in to comment.