Skip to content

Commit 0431a96

Browse files
committed
feat(outscale): add ubuntu-2404
1 parent 98d6501 commit 0431a96

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The table below shows the currently provided operating systems for each provider
3939
| Rocky Linux 9 |||||||||||| 💙 |||||||
4040
| Ubuntu 20.04 || 💙 |||||||||| 💙 |||||||
4141
| Ubuntu 22.04 || 💙 || 💙 |||||||| 💙 |||||||
42-
| Ubuntu 24.04 || 💙 || 💙 ||||||| | 💙 |||||||
42+
| Ubuntu 24.04 || 💙 || 💙 ||||||| | 💙 |||||||
4343
| Windows 2019 || 💙 |||||||||||||||||
4444
| Windows 2022 || 💙 |||||||||||||||||
4545
| Windows 2025 || 💙 |||||||||||||||||

images/capi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ DO_BUILD_NAMES ?= do-ubuntu-2004 do-ubuntu-2204 do-ubuntu-2404
388388

389389
OPENSTACK_BUILD_NAMES ?= openstack-ubuntu-2004 openstack-ubuntu-2204 openstack-ubuntu-2404 openstack-flatcar openstack-rockylinux-9
390390

391-
OSC_BUILD_NAMES ?= osc-ubuntu-2004 osc-ubuntu-2204
391+
OSC_BUILD_NAMES ?= osc-ubuntu-2004 osc-ubuntu-2204 osc-ubuntu-2404
392392

393393
QEMU_BUILD_NAMES ?= qemu-ubuntu-2004 qemu-ubuntu-2204 qemu-ubuntu-2204-cloudimg qemu-ubuntu-2404 qemu-ubuntu-2404-efi qemu-ubuntu-2204-efi qemu-centos-9 qemu-ubuntu-2004-efi qemu-rhel-8 qemu-rhel-9 qemu-rockylinux-8 qemu-rockylinux-8-cloudimg qemu-rockylinux-9 qemu-rockylinux-9-cloudimg qemu-flatcar
394394

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"build_name": "ubuntu-2404",
3+
"distribution": "ubuntu",
4+
"distribution_release": "ubuntu",
5+
"distribution_version": "2404",
6+
"image_name": "Ubuntu-24.04-2025-07-07"
7+
}

0 commit comments

Comments
 (0)