From: Anil Belur Date: Tue, 25 Jun 2019 01:00:06 +0000 (+1000) Subject: Update CentOS 7 base image to latest X-Git-Tag: v0.4.0~12^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e444b018e679c2faa7ac6b344f08128f8ff4fe0e;p=releng%2Fcommon-packer.git Update CentOS 7 base image to latest LF - CentOS 7.1905 (2019-06-04) Issue: RELENG-2166 Change-Id: I4a11b8106fefe5663f3298176a5ee463b176ee88 Signed-off-by: Anil Belur --- diff --git a/vars/centos-7.json b/vars/centos-7.json index 112081d..7485dae 100644 --- a/vars/centos-7.json +++ b/vars/centos-7.json @@ -1,7 +1,7 @@ { "source_ami_filter_name": "*CentOS Linux 7*HVM*", "source_ami_filter_owner": "679593333241", - "base_image": "LF - CentOS 7.1811 (2018-12-03)", + "base_image": "LF - CentOS 7.1905 (2019-06-04)", "distro": "CentOS 7", "ssh_user": "centos", "cloud_user_data": "common-packer/provision/rh-user_data.sh"