From: Anil Belur Date: Tue, 25 Jun 2019 01:29:07 +0000 (+1000) Subject: Update Ubuntu 16.04 base images to the latest X-Git-Tag: v0.4.0~14^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F15990%2F1;p=releng%2Fcommon-packer.git Update Ubuntu 16.04 base images to the latest Issue: RELENG-2166 Change-Id: Icd4247a02e2839b4681234f58a2aa5ec3c4f4661 Signed-off-by: Anil Belur --- diff --git a/vars/ubuntu-16.04.json b/vars/ubuntu-16.04.json index 3043651..ab91383 100644 --- a/vars/ubuntu-16.04.json +++ b/vars/ubuntu-16.04.json @@ -1,7 +1,7 @@ { "source_ami_filter_name": "*ubuntu*16.04*", "source_ami_filter_owner": "099720109477", - "base_image": "LF - Ubuntu 16.04 LTS (2018-08-31)", + "base_image": "LF - Ubuntu 16.04 LTS (2019-06-21)", "distro": "Ubuntu 16.04", "ssh_user": "ubuntu", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"