Update Ubuntu base image to 2020-07-28 snapshot 97/64797/4 v0.6.1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Jul 2020 19:22:24 +0000 (15:22 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Jul 2020 20:20:32 +0000 (16:20 -0400)
base image was uploaded in qcow2 format.
this casued timeout in packer builds.
new image is in raw format.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I0151e6b8677625e4477d93faa67cb1abdf84515c

releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml [new file with mode: 0644]
vars/ubuntu-18.04.json

diff --git a/releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml b/releasenotes/notes/update-ubuntu-1804-base-image-38bf3ad82c51d24e.yaml
new file mode 100644 (file)
index 0000000..6ad66a5
--- /dev/null
@@ -0,0 +1,11 @@
+---
+fixes:
+  - |
+    Updated Ubuntu 18.04 image as the previous base image
+    was uploaded in qcow2 format.
+    This caused timeouts in packer builds.
+    New image is in raw format.
+
+    Replaces: "LF - Ubuntu 18.04 LTS (2020-07-28)"
+
+    With: "LF - Ubuntu 18.04 LTS (2019-12-11)"
index a02e5ec..164e416 100644 (file)
@@ -1,7 +1,7 @@
 {
   "source_ami_filter_name": "*ubuntu*18.04*",
   "source_ami_filter_owner": "099720109477",
-  "base_image": "LF - Ubuntu 18.04 LTS (2019-12-11)",
+  "base_image": "LF - Ubuntu 18.04 LTS (2020-07-28)",
   "distro": "Ubuntu 18.04",
   "ssh_user": "ubuntu",
   "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"