From 0938a48e7bc12e28892e35a281237b598021fa1e Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 3 Aug 2022 15:29:59 +0200 Subject: [PATCH] first runtime --- focal-fossa/packer.json | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/focal-fossa/packer.json b/focal-fossa/packer.json index c9e01e3..a57953e 100644 --- a/focal-fossa/packer.json +++ b/focal-fossa/packer.json @@ -1,19 +1,14 @@ { - "variables" : { - "id" : "84127ecc-6892-4c63-8860-16a4f491fe4c" - "description" : "This is a default empty Ubuntu 20.04 (\"Focal Fossa\") Runtime provided as LXD container.", - "name" : "focal-fossa", - }, - "builders": [ - { - "type": "{{ user `type` }}", - "name": "{{ user `name`}} ", - "image": "ubuntu:20.04", - "output_image": "{{ user `name` }}:{{user `id`}}", - "publish_properties": { - "description": "{{ user `description`}}" - } - } + "builders": [ + { + "type": "{{ user `type` }}", + "name": "{{ user `name`}} ", + "image": "ubuntu:20.04", + "output_image": "{{ user `name` }}:{{user `id`}}", + "publish_properties": { + "description": "{{ user `description`}}" + } + } ], "provisioners": [], "post-processors": []