Skip to content

Commit 841a89d

Browse files
committed
Add Ubuntu 24.04 cloud image
1 parent 02b9481 commit 841a89d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appliances/ubuntu-cloud.gns3a

+15
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"options": "-nographic"
2828
},
2929
"images": [
30+
{
31+
"filename": "ubuntu-24.04-server-cloudimg-amd64.img",
32+
"version": "Ubuntu 24.04 (Noble Numbat)",
33+
"md5sum": "a6c7febaf6d0bf2bed6b6fe68a342234",
34+
"filesize": 586022912,
35+
"download_url": "https://cloud-images.ubuntu.com/releases/24.04/release/",
36+
"direct_download_url": "https://cloud-images.ubuntu.com/releases/24.04/release/ubuntu-24.04-server-cloudimg-amd64.img"
37+
},
3038
{
3139
"filename": "ubuntu-23.04-server-cloudimg-amd64.img",
3240
"version": "Ubuntu 23.04 (Lunar Lobster)",
@@ -69,6 +77,13 @@
6977
}
7078
],
7179
"versions": [
80+
{
81+
"name": "Ubuntu 24.04 (Noble Numbat)",
82+
"images": {
83+
"hda_disk_image": "ubuntu-24.04-server-cloudimg-amd64.img",
84+
"cdrom_image": "ubuntu-cloud-init-data.iso"
85+
}
86+
},
7287
{
7388
"name": "Ubuntu 23.04 (Lunar Lobster)",
7489
"images": {

0 commit comments

Comments
 (0)