-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ISO URL for Ubuntu 22.04 raw builds (#3023)
- Loading branch information
1 parent
18fd937
commit 92dc499
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
From 746c48c1ca4bffb049c456df1d88681c15d1b3e7 Mon Sep 17 00:00:00 2001 | ||
From edd6cf8b072366a57cf205ede90db0ddca75329a Mon Sep 17 00:00:00 2001 | ||
From: Jackson West <[email protected]> | ||
Date: Fri, 23 Jun 2023 10:50:08 -0500 | ||
Subject: [PATCH 04/10] Ubuntu 22 support and improvements | ||
|
||
- uses latest ubuntu 22.04 iso | ||
- adds support for raw ubuntu 22.04 builds | ||
- Ubuntu switch to offline-install when mirrors are unavailable | ||
- sets OS_VERSION for goss validation on raw image builds | ||
|
@@ -324,7 +323,7 @@ index 9ab9bd993..cd0ca68f3 100644 | |
"iso_checksum_type": "sha256", | ||
diff --git a/images/capi/packer/raw/raw-ubuntu-2204-efi.json b/images/capi/packer/raw/raw-ubuntu-2204-efi.json | ||
new file mode 100644 | ||
index 000000000..6839cc2d0 | ||
index 000000000..f720c91c4 | ||
--- /dev/null | ||
+++ b/images/capi/packer/raw/raw-ubuntu-2204-efi.json | ||
@@ -0,0 +1,14 @@ | ||
|
@@ -336,15 +335,15 @@ index 000000000..6839cc2d0 | |
+ "distro_version": "22.04", | ||
+ "firmware": "OVMF.fd", | ||
+ "guest_os_type": "ubuntu-64", | ||
+ "iso_checksum": "5e38b55d57d94ff029719342357325ed3bda38fa80054f9330dc789cd2d43931", | ||
+ "iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd", | ||
+ "iso_checksum_type": "sha256", | ||
+ "iso_url": "https://old-releases.ubuntu.com/releases/jammy/ubuntu-22.04.2-live-server-amd64.iso", | ||
+ "iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso", | ||
+ "os_display_name": "Ubuntu 22.04", | ||
+ "shutdown_command": "shutdown -P now" | ||
+ } | ||
diff --git a/images/capi/packer/raw/raw-ubuntu-2204.json b/images/capi/packer/raw/raw-ubuntu-2204.json | ||
new file mode 100644 | ||
index 000000000..c9cfe7381 | ||
index 000000000..19d571e97 | ||
--- /dev/null | ||
+++ b/images/capi/packer/raw/raw-ubuntu-2204.json | ||
@@ -0,0 +1,13 @@ | ||
|
@@ -355,9 +354,9 @@ index 000000000..c9cfe7381 | |
+ "distro_name": "ubuntu", | ||
+ "distro_version": "22.04", | ||
+ "guest_os_type": "ubuntu-64", | ||
+ "iso_checksum": "5e38b55d57d94ff029719342357325ed3bda38fa80054f9330dc789cd2d43931", | ||
+ "iso_checksum": "a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd", | ||
+ "iso_checksum_type": "sha256", | ||
+ "iso_url": "https://old-releases.ubuntu.com/releases/jammy/ubuntu-22.04.2-live-server-amd64.iso", | ||
+ "iso_url": "https://old-releases.ubuntu.com/releases/22.04/ubuntu-22.04.3-live-server-amd64.iso", | ||
+ "os_display_name": "Ubuntu 22.04", | ||
+ "shutdown_command": "shutdown -P now" | ||
+ } | ||
|