Skip to content

Commit 7c33d31

Browse files
tykealGerrit Code Review
authored andcommitted
Merge "CI: Add Ubuntu 20.04 LTS var files"
2 parents f3b57fe + e81881d commit 7c33d31

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
arch = "arm64"
2+
base_image = "Ubuntu 24.04 LTS (aarch64) [2024-10-09]"
3+
cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"
4+
distro = "Ubuntu 24.04"
5+
docker_source_image = "arm64v8/ubuntu:24.04"
6+
flavor = "v3-standard-2"
7+
source_ami_filter_name = "*ubuntu*24.04*"
8+
source_ami_filter_owner = "aws-marketplace"
9+
source_ami_filter_product_code = "0526d8a2a0ab17451"
10+
ssh_user = "ubuntu"

vars/ubuntu-24.04.pkrvars.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source_ami_filter_name = "*ubuntu*24.04*"
2+
source_ami_filter_owner = "aws-marketplace"
3+
source_ami_filter_product_code = "01a8b7cc84780badb"
4+
base_image = "Ubuntu 24.04 LTS (x86_64) [2024-10-09]"
5+
distro = "Ubuntu 24.04"
6+
docker_source_image = "ubuntu:24.04"
7+
ssh_user = "ubuntu"
8+
cloud_user_data = "common-packer/provision/ubuntu-user_data.sh"

0 commit comments

Comments
 (0)