-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplestreams: Adds support for incus.tar.xz items #12260
Conversation
@stgraber will you also be switching to |
We did in our simplestreams package, yeah, but I'm not aware of anyone ever distributing a combined image so far, so unlikely to matter much. |
a83fd90
to
a53d7a6
Compare
Thanks I'll add support for it just in case. |
@stgraber am I right in thinking LXD/Incus would only need to match the first of either {lxd|incus}.tar.xz or {lxd|incus}_combined.tar.xz for a particular version, and that there would be no expectation to match both combined and non-combined variants for a particular version? |
Also adds support for the new `Requirements` field as an alternative to the existing `LXDRequirements` field. Fixes canonical#12206 Signed-off-by: Thomas Parrott <[email protected]>
a53d7a6
to
3e9acc4
Compare
Yeah, I think that's right |
Also adds support for the new
Requirements
field as an alternative to the existingLXDRequirements
field.This is to maintain LXD's compatibility with the community
images.linuxcontainers.org
images from theimages:
remote in thelxc
client.Fixes #12206
Closes #12232