Skip to content

Commit

Permalink
Merge "CI: Add Ubuntu 20.04 LTS var files"
Browse files Browse the repository at this point in the history
  • Loading branch information
tykeal authored and Gerrit Code Review committed Oct 23, 2024
2 parents f3b57fe + e81881d commit 7c33d31
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vars/ubuntu-24.04-arm64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
arch = "arm64"
base_image = "Ubuntu 24.04 LTS (aarch64) [2024-10-09]"
cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"
distro = "Ubuntu 24.04"
docker_source_image = "arm64v8/ubuntu:24.04"
flavor = "v3-standard-2"
source_ami_filter_name = "*ubuntu*24.04*"
source_ami_filter_owner = "aws-marketplace"
source_ami_filter_product_code = "0526d8a2a0ab17451"
ssh_user = "ubuntu"
8 changes: 8 additions & 0 deletions vars/ubuntu-24.04.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source_ami_filter_name = "*ubuntu*24.04*"
source_ami_filter_owner = "aws-marketplace"
source_ami_filter_product_code = "01a8b7cc84780badb"
base_image = "Ubuntu 24.04 LTS (x86_64) [2024-10-09]"
distro = "Ubuntu 24.04"
docker_source_image = "ubuntu:24.04"
ssh_user = "ubuntu"
cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"

0 comments on commit 7c33d31

Please sign in to comment.