Chore: Clean up packer images 34/34134/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 18 Oct 2021 18:49:42 +0000 (13:49 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 18 Oct 2021 18:49:42 +0000 (13:49 -0500)
Removing 16.04 because it's no longer supported
Removing 18.04 so it uses the latest base image in common-packer

Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: Ib755218973b16a1cab7209386f84ff5283499115

packer/vars/ubuntu-16.04-arm64.json [deleted file]
packer/vars/ubuntu-18.04-arm64.json [deleted file]

diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json
deleted file mode 100644 (file)
index d6dd656..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "arch": "arm64",
-  "base_image": "Ubuntu 16.04 LTS (arm64) [2020-03-11]",
-  "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh",
-  "distro": "Ubuntu 16.04",
-  "flavor": "v2-standard-1",
-  "source_ami_filter_name": "*ubuntu*16.04*",
-  "source_ami_filter_owner": "099720109477",
-  "ssh_user": "ubuntu",
-  "vm_use_block_storage": "true",
-  "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
deleted file mode 100644 (file)
index cbb5dfd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "arch": "arm64",
-  "base_image": "Ubuntu 18.04 LTS (arm64) [2020-02-18]",
-  "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",
-  "vm_image_disk_format": "raw",
-  "docker_source_image": "arm64v8/ubuntu:18.04"
-}