Skip to content

Commit

Permalink
Chore: Add Ubuntu 22.04 image to common packer
Browse files Browse the repository at this point in the history
Change-Id: I706d40f9ed865b8cf0c496be15fe32d42fd94bd3
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Mar 27, 2024
1 parent 1dc5753 commit 26ad488
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vars/ubuntu-22.04.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 26ad488

Please sign in to comment.