From: Anil Belur Date: Wed, 27 Mar 2024 04:09:38 +0000 (+1000) Subject: Chore: Add Ubuntu 22.04 image to common packer X-Git-Tag: v0.16.5~1^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=26ad4888170b668f988a8a62c8fb59fa2ea9f921;p=releng%2Fcommon-packer.git Chore: Add Ubuntu 22.04 image to common packer Change-Id: I706d40f9ed865b8cf0c496be15fe32d42fd94bd3 Signed-off-by: Anil Belur --- diff --git a/vars/ubuntu-22.04.pkrvars.hcl b/vars/ubuntu-22.04.pkrvars.hcl new file mode 100644 index 0000000..057a556 --- /dev/null +++ b/vars/ubuntu-22.04.pkrvars.hcl @@ -0,0 +1,8 @@ +source_ami_filter_name = "*ubuntu*22.04*" +source_ami_filter_owner = "aws-marketplace" +source_ami_filter_product_code = "082ebbea44fc7abcd" +base_image = "Ubuntu 22.04 LTS (x86_64) [2023-10-26]" +distro = "Ubuntu 22.04" +docker_source_image = "ubuntu:22.04" +ssh_user = "ubuntu" +cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"