Skip to content

Commit

Permalink
Merge pull request #912 from Tinggaard/master
Browse files Browse the repository at this point in the history
Add Ubuntu 24.04 cloud image
  • Loading branch information
grossmj authored Aug 27, 2024
2 parents 02b9481 + 841a89d commit cf643bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appliances/ubuntu-cloud.gns3a
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit cf643bf

Please sign in to comment.