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

Allow lxc init/launch of an instance where the source image is in another project #13743

Open
markylaing opened this issue Jul 11, 2024 · 1 comment
Labels
Feature New feature, not a bug Improvement Improve to current situation

Comments

@markylaing
Copy link
Contributor

As a user with access to project A and project B, I should be able to launch an instance in project B while specifying an image in project A.

For example, if I have an image with alias my-image in project A, and I want to create an instance my-instance from it in project B:

lxc project switch B
lxc launch <image-fingerprint-or-alias> <image-name> --image-project A

Additionally, this should still work if the user does not have access to project A if the image is public.

@markylaing markylaing added Feature New feature, not a bug Improvement Improve to current situation labels Jul 11, 2024
@tomponline
Copy link
Member

@markylaing see also #10089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature, not a bug Improvement Improve to current situation
Projects
None yet
Development

No branches or pull requests

2 participants