snappy classic must use officially supported lxd images from simplestream; not unsupported ones from linux-containers.org
Bug #1543764 reported by
Alexander Sack
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snappy |
Invalid
|
High
|
Michael Vogt |
Bug Description
when debugging why we dont have classic aarch64 images we found that snappy currently uses https:/
Please check out lxd on how they find the images and convert snappy to use that instead of current approach.
This of course is important to use supported stuff, but also to get aarch64 images...
Changed in snappy: | |
status: | New → Triaged |
milestone: | none → sru-2 |
To post a comment you must log in.
the current logic for lxd images is: https:/ /github. com/lxc/ lxd/blob/ master/ scripts/ lxd-images
stgraber said this will be replaced with native lxd code in a week; so maybe join effort and use same golang snippet...