From: Thanh Ha Date: Fri, 7 Sep 2018 20:10:43 +0000 (-0400) Subject: Update CentOS 7 and Ubuntu 16.04 images X-Git-Tag: v0.1.0~6^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c9ed9cb7905c4fd9196074dd550da88951ccbdf9;p=releng%2Fcommon-packer.git Update CentOS 7 and Ubuntu 16.04 images Issue: RELENG-1201 Change-Id: Ib5d1faee2363a97fe3eb3d1be274df0798d290ad Signed-off-by: Thanh Ha --- diff --git a/vars/centos-7.json b/vars/centos-7.json index 5af2b08..e765352 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.1711 (2017-11-05)", + "base_image": "LF - CentOS 7.1808 (2018-09-06)", "distro": "CentOS 7", "ssh_user": "centos", "cloud_user_data": "common-packer/provision/rh-user_data.sh" diff --git a/vars/ubuntu-16.04.json b/vars/ubuntu-16.04.json index fc3218d..3043651 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 (2017-12-01)", + "base_image": "LF - Ubuntu 16.04 LTS (2018-08-31)", "distro": "Ubuntu 16.04", "ssh_user": "ubuntu", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"