Chore: Upgrade common-packer to v0.9.3 24/33924/2
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 30 Sep 2021 19:58:53 +0000 (13:58 -0600)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 30 Sep 2021 21:02:59 +0000 (15:02 -0600)
Upgrade common-packer to latest version and fix unrelated
missing variable for ubuntu packer vars files which is blocking
the verify checks for this change

Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I74f409974a5e025c6a1a1960a0befb75d01ff6f8

packer/common-packer
packer/vars/ubuntu-16.04-arm64.json
packer/vars/ubuntu-18.04-arm64.json

index 74b6be7..c93ddda 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 74b6be7301b5c407d1ccf4cf6093b3b8cd308ad7
+Subproject commit c93dddaeb54c0cf1c8f8371f4431d91416292cf0
index ad161dc..d6dd656 100644 (file)
@@ -8,5 +8,6 @@
   "source_ami_filter_owner": "099720109477",
   "ssh_user": "ubuntu",
   "vm_use_block_storage": "true",
-  "vm_image_disk_format": "raw"
+  "vm_image_disk_format": "raw",
+  "docker_source_image": "arm64v8/ubuntu:16.04"
 }
index 38315f8..cbb5dfd 100644 (file)
@@ -8,5 +8,6 @@
   "source_ami_filter_owner": "099720109477",
   "ssh_user": "ubuntu",
   "vm_use_block_storage": "true",
-  "vm_image_disk_format": "raw"
+  "vm_image_disk_format": "raw",
+  "docker_source_image": "arm64v8/ubuntu:18.04"
 }