summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------packer/common-packer0
-rw-r--r--packer/vars/ubuntu-16.04-arm64.json3
-rw-r--r--packer/vars/ubuntu-18.04-arm64.json3
3 files changed, 4 insertions, 2 deletions
diff --git a/packer/common-packer b/packer/common-packer
-Subproject 74b6be7301b5c407d1ccf4cf6093b3b8cd308ad
+Subproject c93dddaeb54c0cf1c8f8371f4431d91416292cf
diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json
index ad161dc4f..d6dd65654 100644
--- a/packer/vars/ubuntu-16.04-arm64.json
+++ b/packer/vars/ubuntu-16.04-arm64.json
@@ -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"
}
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
index 38315f86b..cbb5dfd89 100644
--- a/packer/vars/ubuntu-18.04-arm64.json
+++ b/packer/vars/ubuntu-18.04-arm64.json
@@ -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"
}