Update the CentOS 7 base image to the latest 77/64277/2
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 16 Jun 2020 00:37:09 +0000 (10:37 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 16 Jun 2020 03:11:36 +0000 (13:11 +1000)
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 <abelur@linuxfoundation.org>
releasenotes/notes/update-centos-7-base-image-111dd575c997c0bb.yaml [new file with mode: 0644]
vars/centos-7.json

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 (file)
index 0000000..e49e716
--- /dev/null
@@ -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
index 7485dae..efdd3b5 100644 (file)
@@ -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"