From ea8c3f195d14517383da678d73e6bb6986965ba0 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:35:16 +0200 Subject: [PATCH 1/4] fixed wrong , --- focal-fossa/packer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 2cec290..893f05e 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -2,7 +2,7 @@ "variables" : { "id" : "" "description" : "", - "name" : "", + "name" : "" }, "builders": [ { From e236858025ecc28fc4313aef9cea34d08b044938 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:41:39 +0200 Subject: [PATCH 2/4] fixed build isntructions --- focal-fossa/packer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 893f05e..89259e5 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -1,17 +1,18 @@ { "variables" : { - "id" : "" + "id" : "", "description" : "", "name" : "" }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", "publish_properties": { "description": "{{ user `description`}}" + } } } ], From 6b6e717a4e1092c44094310a821414b5f984387d Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:44:09 +0200 Subject: [PATCH 3/4] fixed packer --- focal-fossa/packer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index 89259e5..09e5ff1 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -13,8 +13,7 @@ "publish_properties": { "description": "{{ user `description`}}" } - } - } + } ], "provisioners": [], "post-processors": [] From 1961dc68467ea8aa89282434e6946bfeaf87bb02 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 30 Aug 2022 16:45:45 +0200 Subject: [PATCH 4/4] hardcoded type --- focal-fossa-jdk8-devel/packer.json | 2 +- focal-fossa-py3-devel/packer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/focal-fossa-jdk8-devel/packer.json b/focal-fossa-jdk8-devel/packer.json index 4c19d8d..83cd085 100644 --- a/focal-fossa-jdk8-devel/packer.json +++ b/focal-fossa-jdk8-devel/packer.json @@ -6,7 +6,7 @@ }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}", diff --git a/focal-fossa-py3-devel/packer.json b/focal-fossa-py3-devel/packer.json index 9afbbca..cb6a406 100644 --- a/focal-fossa-py3-devel/packer.json +++ b/focal-fossa-py3-devel/packer.json @@ -6,7 +6,7 @@ }, "builders": [ { - "type": "{{ user `type` }}", + "type": "lxd", "name": "{{ user `name`}} ", "image": "ubuntu:20.04", "output_image": "{{ user `name` }}:{{user `id`}}",