Skip to content

Commit

Permalink
Merge "Chore: Add Ubuntu 22.04 image to common packer"
Browse files Browse the repository at this point in the history
  • Loading branch information
tykeal authored and Gerrit Code Review committed Apr 10, 2024
2 parents ac872e4 + 26ad488 commit c79343e
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 c79343e

Please sign in to comment.