diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-02-20 12:00:52 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-02-20 12:00:52 -0600 |
commit | ef6d76c66560d573eea67dbd390755cfb3b1aa50 (patch) | |
tree | 70c987cb6b01fa910361545b13be706fadd5f4a4 /packer/vars | |
parent | ec50d495850a128f911148c53d9b91cb88551cbd (diff) |
Modifying 18.04 base image
Modifying the 18.04 base image to resolve image build failures
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I647000a6994a47a526f1c252841673d37e695e3e
Diffstat (limited to 'packer/vars')
-rw-r--r-- | packer/vars/ubuntu-18.04.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packer/vars/ubuntu-18.04.json b/packer/vars/ubuntu-18.04.json new file mode 100644 index 000000000..a52404e45 --- /dev/null +++ b/packer/vars/ubuntu-18.04.json @@ -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" +} |