From c9ed9cb7905c4fd9196074dd550da88951ccbdf9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 7 Sep 2018 16:10:43 -0400 Subject: [PATCH] Update CentOS 7 and Ubuntu 16.04 images Issue: RELENG-1201 Change-Id: Ib5d1faee2363a97fe3eb3d1be274df0798d290ad Signed-off-by: Thanh Ha --- vars/centos-7.json | 2 +- vars/ubuntu-16.04.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.16.6