Skip to content
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

Updated LXD plugin to be able to load images from LXD image repository #101

Merged
merged 4 commits into from
Jun 12, 2019

Conversation

gabrik
Copy link
Contributor

@gabrik gabrik commented Jun 12, 2019

Added a feature to LXD plugin, now it is able to load images from the LXD image repository.
Just use as image uri in the descriptor something like lxd://<image tag>

eg.

    "image": {
        "uri": "lxd://alpine/3.6",
        "checksum": "",
        "format": ""
    }

This implements #89

Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
@gabrik
Copy link
Contributor Author

gabrik commented Jun 12, 2019

LXD plugin is now able to use image from LXD image repository. Use lxd://<image tag> in the Image uri for use images from LXD image repository

@gabrik gabrik closed this Jun 12, 2019
@gabrik gabrik reopened this Jun 12, 2019
@gabrik gabrik merged commit 3f4cd69 into eclipse-fog05:master Jun 12, 2019
gabrik added a commit that referenced this pull request Nov 26, 2020
#101)

LXD plugin is now able to use image from LXD image repository. Use lxd://<image tag> in the Image uri for use images from LXD image repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant