diff --git a/focal-fossa-jdk8-devel/packer.json b/focal-fossa-jdk8-devel/packer.json index 83cd085..8187f16 100644 --- a/focal-fossa-jdk8-devel/packer.json +++ b/focal-fossa-jdk8-devel/packer.json @@ -1,13 +1,8 @@ { - "variables" : { - "id" : "", - "description" : "", - "name" : "", - }, "builders": [ { "type": "lxd", - "name": "{{ user `name`}} ", + "name": "{{ user `name`}}", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": { diff --git a/focal-fossa-py3-devel/packer.json b/focal-fossa-py3-devel/packer.json index cb6a406..ec6db19 100644 --- a/focal-fossa-py3-devel/packer.json +++ b/focal-fossa-py3-devel/packer.json @@ -1,13 +1,8 @@ { - "variables" : { - "id" : "", - "description" : "", - "name" : "", - }, "builders": [ { "type": "lxd", - "name": "{{ user `name`}} ", + "name": "{{ user `name`}}", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": { diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 6eaaedf..3648faf 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -2,7 +2,7 @@ "builders": [ { "type": "lxd", - "name": "{{ user `name`}} ", + "name": "{{ user `name`}}", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": {