Skip to content

Commit

Permalink
Update Ubuntu 22.04 ISO URLs to use stable URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
  • Loading branch information
AverageMarcus committed Apr 18, 2024
1 parent fc50721 commit d8cfca0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions images/capi/packer/ova/ubuntu-2204-efi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"firmware": "efi",
"floppy_dirs": "./packer/ova/linux/{{user `distro_name`}}/http/",
"guest_os_type": "ubuntu-64",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum": "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2",
"iso_checksum_type": "sha256",
"iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso",
"iso_url": "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest"
Expand Down
4 changes: 2 additions & 2 deletions images/capi/packer/ova/ubuntu-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"distro_version": "22.04",
"floppy_dirs": "./packer/ova/linux/{{user `distro_name`}}/http/",
"guest_os_type": "ubuntu-64",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum": "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2",
"iso_checksum_type": "sha256",
"iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso",
"iso_url": "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest"
Expand Down
4 changes: 2 additions & 2 deletions images/capi/packer/proxmox/ubuntu-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"build_name": "ubuntu-2204",
"distribution_version": "2204",
"distro_name": "ubuntu",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum": "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2",
"iso_checksum_type": "sha256",
"iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso",
"iso_url": "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"source_image": "ubuntu-20-04-x64",
"unmount_iso": "true",
Expand Down
4 changes: 2 additions & 2 deletions images/capi/packer/qemu/qemu-ubuntu-2204-efi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"firmware": "OVMF.fd",
"guest_os_type": "ubuntu-64",
"http_directory": "./packer/qemu/linux/ubuntu/http/22.04.efi.qemu",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum": "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2",
"iso_checksum_type": "sha256",
"iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso",
"iso_url": "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"unmount_iso": "true"
Expand Down
4 changes: 2 additions & 2 deletions images/capi/packer/qemu/qemu-ubuntu-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"distribution_version": "2204",
"distro_name": "ubuntu",
"guest_os_type": "ubuntu-64",
"iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd",
"iso_checksum": "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2",
"iso_checksum_type": "sha256",
"iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso",
"iso_url": "https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now",
"unmount_iso": "true"
Expand Down

0 comments on commit d8cfca0

Please sign in to comment.