From: Anil Belur Date: Thu, 3 Mar 2022 23:18:53 +0000 (+1000) Subject: Feat: Add support for CentOS Streams 8 X-Git-Tag: v0.10.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c314ebc6ef4d533e52657f589770698c0032ec26;p=releng%2Fcommon-packer.git Feat: Add support for CentOS Streams 8 Issue-ID: RELENG-4141 Signed-off-by: Anil Belur Change-Id: I172aa7399e5f235082f058c7ab4690d83c5ad381 --- diff --git a/releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml b/releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml new file mode 100644 index 0000000..2042b45 --- /dev/null +++ b/releasenotes/notes/add-support-centos-stream-8-97c108d1ddf310bc.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Add support for CentOS Streams 8 diff --git a/vars/centos-CS-8.json b/vars/centos-CS-8.json new file mode 100644 index 0000000..aa3f71f --- /dev/null +++ b/vars/centos-CS-8.json @@ -0,0 +1,10 @@ +{ + "source_ami_filter_name": "*CentOS-CS-8*", + "source_ami_filter_owner": "aws-marketplace", + "source_ami_filter_product_code": "0418c980c296f36ce", + "base_image": "CentOS Stream 8 (x86_64) [2022-01-25]", + "distro": "CentOS Stream 8", + "docker_source_image": "centos:8", + "ssh_user": "centos", + "cloud_user_data": "common-packer/provision/rh-user_data.sh" +}