From 3f24f85cce1d195097b90cd064d5f391f9c8582a Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 22 Jul 2022 19:22:54 +0200 Subject: [PATCH] added build instructions --- build.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 build.json diff --git a/build.json b/build.json new file mode 100644 index 0000000..8c3ca37 --- /dev/null +++ b/build.json @@ -0,0 +1,19 @@ +{ + "variables" : { + "id" : "84127ecc-6892-4c63-8860-16a4f491fe4c" + }, + "builders": [ + { + "type": "lxd", + "name": "focal-fossa", + "image": "ubuntu:20.04", + "output_image": "focal-fossa:{{user `id`}}", + "publish_properties": { + "description": "This is a default empty Ubuntu 20.04 (\"Focal Fossa\") Runtime provided as LXD container." +" + } + } + ], + "provisioners": [], + "post-processors": [] +}