From 2b8bd41cbf7e3d5faaa90fba9da1a07fdf967ea9 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 16 Jun 2020 10:37:09 +1000 Subject: [PATCH] Update the CentOS 7 base image to the latest https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2003.raw.tar.gz Issue: IT-19958 Change-Id: Ib6f84fc36d6644c286540abd11c8446bea78497f Signed-off-by: Anil Belur --- .../notes/update-centos-7-base-image-111dd575c997c0bb.yaml | 7 +++++++ vars/centos-7.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/update-centos-7-base-image-111dd575c997c0bb.yaml diff --git a/releasenotes/notes/update-centos-7-base-image-111dd575c997c0bb.yaml b/releasenotes/notes/update-centos-7-base-image-111dd575c997c0bb.yaml new file mode 100644 index 0000000..e49e716 --- /dev/null +++ b/releasenotes/notes/update-centos-7-base-image-111dd575c997c0bb.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + The CentOS 7 2003 base image is uploaded on the cloud provider. Switch + the packer var files to build from the latest CentOS 7.6 2003 base image. + + https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2003.raw.tar.gz diff --git a/vars/centos-7.json b/vars/centos-7.json index 7485dae..efdd3b5 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.1905 (2019-06-04)", + "base_image": "LF - CentOS 7.2003 (2020-04-22)", "distro": "CentOS 7", "ssh_user": "centos", "cloud_user_data": "common-packer/provision/rh-user_data.sh" -- 2.16.6