summaryrefslogtreecommitdiffstats
path: root/packer/vars
diff options
context:
space:
mode:
Diffstat (limited to 'packer/vars')
-rw-r--r--packer/vars/ubuntu-16.04-arm64.json3
-rw-r--r--packer/vars/ubuntu-18.04-arm64.json3
2 files changed, 4 insertions, 2 deletions
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"
}