lxd-image-server icon indicating copy to clipboard operation
lxd-image-server copied to clipboard

List of supported distributions is unclear

Open vrubiolo opened this issue 3 years ago • 3 comments

Hi again,

It would be nice to have a proper list of supported distributions as this is unclear from the README file.

Based on the dpkg installation instructions, this looks to be Ubuntu Xenial:

dpkg -i lxd-image-server_0.0.1~xenial_all.deb

However, the Docker-based build defaults to bionic in the Dockerfile:

ARG distro="ubuntu:bionic" 

Could someone confirm which platform are canonically supported? We can then contribute some docs against this if needed.

Thanks!

vrubiolo avatar Mar 19 '21 10:03 vrubiolo

Hi there, any news on this issue? Thanks.

vrubiolo avatar Apr 14 '21 14:04 vrubiolo

Thanks for your comment @vrubiolo , we are not maintaining the debian packages.

You can build your own package with https://github.com/Avature/lxd-image-server#building-the-package-in-a-docker-container This is an example, you can use to build your own package in the debian based distribution you like.

We appreciate if you like to contribute adding more doc

cduelo avatar Apr 14 '21 15:04 cduelo

@carlosduelo : thanks for the feedback. I can definitely send a PR against the doc.

The first step would be to assemble a list of 'supported' distributions (or at least the ones where lxd-image-server is deployed. Which one are you using on your end?

vrubiolo avatar Apr 14 '21 20:04 vrubiolo