From: Anil Belur Date: Wed, 30 Jan 2019 12:54:54 +0000 (+1000) Subject: Update to CentOS 7.6 1811 base image X-Git-Tag: v0.3.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F14369%2F2;p=releng%2Fcommon-packer.git Update to CentOS 7.6 1811 base image The CentOS 7.6 1811 image bundles OpenJDK 11 required for ODL. Change-Id: I6e34bf69933a90a6a9c1bdd8d1d04ef95a2f5d71 Signed-off-by: Anil Belur --- diff --git a/releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml b/releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml new file mode 100644 index 0000000..b68f31c --- /dev/null +++ b/releasenotes/notes/update-centos-7-base-image-100e7a5a9125e073.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + The CentOS 7.6 1811 base image is uploaded on the cloud provider. Switch + the packer var files to build from the latest CentOS 7.6 1811 base image. diff --git a/vars/centos-7.json b/vars/centos-7.json index e765352..112081d 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.1808 (2018-09-06)", + "base_image": "LF - CentOS 7.1811 (2018-12-03)", "distro": "CentOS 7", "ssh_user": "centos", "cloud_user_data": "common-packer/provision/rh-user_data.sh"