From 535f625745095cc5d67566251cb2e66389588e46 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 9 Nov 2021 15:17:19 -0800 Subject: [PATCH] Chore: Update common-packer to v0.9.4 This also removes the var file for ubuntu-18.04-arm64, as that is now included as a standard template in common-packer. Change-Id: Ifcadc5554afb1b31705669f438d9254daf2cd461 Issue-ID: LF-Jira RELENG-4036 Signed-off-by: Eric Ball --- packer/common-packer | 2 +- packer/vars/ubuntu-18.04-arm64.json | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 packer/vars/ubuntu-18.04-arm64.json diff --git a/packer/common-packer b/packer/common-packer index 3494343..3dcae18 160000 --- a/packer/common-packer +++ b/packer/common-packer @@ -1 +1 @@ -Subproject commit 3494343faf0fc4221bfdb6cefc8bc0af0452f980 +Subproject commit 3dcae183d810816f31950afbe1fa08fa948e61fe diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json deleted file mode 100644 index 3ae57d5..0000000 --- a/packer/vars/ubuntu-18.04-arm64.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "arch": "arm64", - "base_image": "Ubuntu 18.04 LTS (arm64) [2018-04-29]", - "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", - "distro": "Ubuntu 18.04", - "flavor": "v2-standard-1", - "source_ami_filter_name": "*ubuntu*18.04*", - "source_ami_filter_owner": "099720109477", - "ssh_user": "ubuntu", - "vm_use_block_storage": "true" -} -- 2.16.6