name: lxd
version: 2.0.3-0
summary: LXD - the container lighervisor
description: LXD is a container manager for system containers.
It offers a REST API to remotely manage containers over the network,
using an image based workflow and with support for live migration.
confinement: strict
apps:
lxc:
command: lxc
parts:
lxc:
source: git://github.com/lxc/lxc
source-tag: lxc-2.0.3
build-packages:
- libapparmor-dev
- libcap-dev
- libgnutls-dev
- libseccomp-dev
- pkg-config
plugin: autotools
configflags:
- --disable-selinux
- --disable-python
- --disable-lua
- --disable-tests
- --disable-examples
- --disable-doc
- --disable-api-docs
- --disable-bash
- --disable-cgmanager
- --enable-apparmor
- --enable-seccomp
- --enable-capabilities
lxcfs:
source: git://github.com/lxc/lxcfs
source-tag: lxcfs-2.0.2
build-packages:
- libfuse-dev
- libpam0g-dev
- pkg-config
plugin: autotools
lxd:
source: git://github.com/lxc/lxd
source-tag: lxd-2.0.3
after:
- lxc
build-packages:
- pkg-config
plugin: go
go-importpath: github.com/lxc/lxd
go-packages:
- github.com/lxc/lxd/lxc
- github.com/lxc/lxd/lxd
- github.com/lxc/lxd/lxd-bridge/lxd-bridge-proxy
- github.com/lxc/lxd/test/lxd-benchmark