From 0293de45d4bfb95ac9de9f200ba9ecc83b10983c Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 5 Sep 2024 14:23:49 +0100 Subject: [PATCH] Update Ubuntu 24.04 to latest (pinned) ISO Signed-off-by: Marcus Noble --- images/capi/packer/ova/ubuntu-2404-efi.json | 4 ++-- images/capi/packer/ova/ubuntu-2404.json | 4 ++-- images/capi/packer/proxmox/ubuntu-2404.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/capi/packer/ova/ubuntu-2404-efi.json b/images/capi/packer/ova/ubuntu-2404-efi.json index 94479efdc..bd97ca36e 100644 --- a/images/capi/packer/ova/ubuntu-2404-efi.json +++ b/images/capi/packer/ova/ubuntu-2404-efi.json @@ -10,9 +10,9 @@ "firmware": "efi", "floppy_dirs": "", "guest_os_type": "ubuntu-64", - "iso_checksum": "8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3", + "iso_checksum": "e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9", "iso_checksum_type": "sha256", - "iso_url": "https://releases.ubuntu.com/noble/ubuntu-24.04-live-server-amd64.iso", + "iso_url": "https://releases.ubuntu.com/noble/ubuntu-24.04.1-live-server-amd64.iso", "os_display_name": "Ubuntu 24.04", "shutdown_command": "shutdown -P now", "vsphere_guest_os_type": "ubuntu64Guest" diff --git a/images/capi/packer/ova/ubuntu-2404.json b/images/capi/packer/ova/ubuntu-2404.json index 9656b4471..200d18ea7 100644 --- a/images/capi/packer/ova/ubuntu-2404.json +++ b/images/capi/packer/ova/ubuntu-2404.json @@ -9,9 +9,9 @@ "distro_version": "24.04", "floppy_dirs": "", "guest_os_type": "ubuntu-64", - "iso_checksum": "8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3", + "iso_checksum": "e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9", "iso_checksum_type": "sha256", - "iso_url": "https://releases.ubuntu.com/noble/ubuntu-24.04-live-server-amd64.iso", + "iso_url": "https://releases.ubuntu.com/noble/ubuntu-24.04.1-live-server-amd64.iso", "os_display_name": "Ubuntu 24.04", "shutdown_command": "shutdown -P now", "vsphere_guest_os_type": "ubuntu64Guest" diff --git a/images/capi/packer/proxmox/ubuntu-2404.json b/images/capi/packer/proxmox/ubuntu-2404.json index db7813b1f..352d9b819 100644 --- a/images/capi/packer/proxmox/ubuntu-2404.json +++ b/images/capi/packer/proxmox/ubuntu-2404.json @@ -3,9 +3,9 @@ "build_name": "ubuntu-2404", "distribution_version": "2404", "distro_name": "ubuntu", - "iso_checksum": "8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3", + "iso_checksum": "e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9", "iso_checksum_type": "sha256", - "iso_url": "https://releases.ubuntu.com/releases/24.04/ubuntu-24.04-live-server-amd64.iso", + "iso_url": "https://releases.ubuntu.com/noble/ubuntu-24.04.1-live-server-amd64.iso", "os_display_name": "Ubuntu 24.04", "source_image": "ubuntu-20-04-x64", "unmount_iso": "true",