From: Anil Belur Date: Mon, 16 Dec 2019 22:14:08 +0000 (+1000) Subject: Update Ubuntu 18.04 amd64 base image to the latest X-Git-Tag: v0.4.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=936b4225a56a3c84c1699b71e7f5dd6f18991ed7;p=releng%2Fcommon-packer.git Update Ubuntu 18.04 amd64 base image to the latest Issue: RELENG-2548 Change-Id: Iac6f3a9bc56172ad607ead417b4f538724e5fcc4 Signed-off-by: Anil Belur --- diff --git a/vars/ubuntu-18.04.json b/vars/ubuntu-18.04.json index 01fccd8..a02e5ec 100644 --- a/vars/ubuntu-18.04.json +++ b/vars/ubuntu-18.04.json @@ -1,7 +1,7 @@ { "source_ami_filter_name": "*ubuntu*18.04*", "source_ami_filter_owner": "099720109477", - "base_image": "LF - Ubuntu 18.04 LTS (2019-06-24)", + "base_image": "LF - Ubuntu 18.04 LTS (2019-12-11)", "distro": "Ubuntu 18.04", "ssh_user": "ubuntu", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"