From: Anil Belur Date: Tue, 16 Jun 2020 00:37:09 +0000 (+1000) Subject: Update the CentOS 7 base image to the latest X-Git-Tag: v0.6.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=2b8bd41cbf7e3d5faaa90fba9da1a07fdf967ea9;p=releng%2Fcommon-packer.git 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 --- 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"