Merge pull request #912 from Tinggaard/master

Add Ubuntu 24.04 cloud image
This commit is contained in:
Jeremy Grossmann 2024-08-27 15:47:59 -06:00 committed by GitHub
commit cf643bfea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,14 @@
"options": "-nographic"
},
"images": [
{
"filename": "ubuntu-24.04-server-cloudimg-amd64.img",
"version": "Ubuntu 24.04 (Noble Numbat)",
"md5sum": "a6c7febaf6d0bf2bed6b6fe68a342234",
"filesize": 586022912,
"download_url": "https://cloud-images.ubuntu.com/releases/24.04/release/",
"direct_download_url": "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"
},
{
"filename": "ubuntu-23.04-server-cloudimg-amd64.img",
"version": "Ubuntu 23.04 (Lunar Lobster)",
@ -69,6 +77,13 @@
}
],
"versions": [
{
"name": "Ubuntu 24.04 (Noble Numbat)",
"images": {
"hda_disk_image": "ubuntu-24.04-server-cloudimg-amd64.img",
"cdrom_image": "ubuntu-cloud-init-data.iso"
}
},
{
"name": "Ubuntu 23.04 (Lunar Lobster)",
"images": {