[lxc-devel] [distrobuilder/master] Add .snapcraft.yaml

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Aug 16 18:25:34 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190816/31dbe56e/attachment.bin>
-------------- next part --------------
From 09dce9884f55fa9e346f86891e46e161b7b6258b Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 16 Aug 2019 10:10:09 +0200
Subject: [PATCH] Add .snapcraft.yaml

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 .snapcraft.yaml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 .snapcraft.yaml

diff --git a/.snapcraft.yaml b/.snapcraft.yaml
new file mode 100644
index 0000000..b03a8f9
--- /dev/null
+++ b/.snapcraft.yaml
@@ -0,0 +1,25 @@
+name: distrobuilder
+base: core18
+version: git
+summary: System container image builder for LXC and LXD
+description: |-
+  Distrobuilder is a tool which lets you create container images for LXC and LXD.
+license: Apache-2.0
+confinement: classic
+
+apps:
+  distrobuilder:
+    command: bin/distrobuilder
+
+parts:
+  distrobuilder:
+    source: .
+    build-packages:
+      - gcc
+    stage-packages:
+      - debootstrap
+      - gpg
+      - rsync
+      - squashfs-tools
+    plugin: go
+    go-importpath: github.com/lxc/distrobuilder


More information about the lxc-devel mailing list