Modifying 18.04 base image 27/25327/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 20 Feb 2020 18:00:52 +0000 (12:00 -0600)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 20 Feb 2020 18:00:52 +0000 (12:00 -0600)
Modifying the 18.04 base image to resolve image build failures

Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I647000a6994a47a526f1c252841673d37e695e3e

packer/vars/ubuntu-18.04.json [new file with mode: 0644]

diff --git a/packer/vars/ubuntu-18.04.json b/packer/vars/ubuntu-18.04.json
new file mode 100644 (file)
index 0000000..a52404e
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "source_ami_filter_name": "*ubuntu*18.04*",
+  "source_ami_filter_owner": "099720109477",
+  "base_image": "ZZCI - Ubuntu 18.04 - builder - x86_64 - 20200127-161924.160",
+  "distro": "Ubuntu 18.04",
+  "ssh_user": "ubuntu",
+  "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"
+}