-
Notifications
You must be signed in to change notification settings - Fork 664
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
multipass shouldn't refuse to launch unsupported images #736
Comments
My two thoughts for implementation were: (a) simply report a warning about the image's support status during launch, or (b) provide a CLI flag that skips the check ( |
I have a few thoughts in response:
|
This uses a `--unsupported` option for `launch` and `find`. Fixes #736
742: launch/find: Allow using and searching for unsupported cloud images r=Saviq a=townsend2010 This uses an `--allow-unsupported` option for `launch` and `find`. Fixes #736 Co-authored-by: Chris Townsend <[email protected]>
742: launch/find: Allow using and searching for unsupported cloud images r=Saviq a=townsend2010 This uses an `--allow-unsupported` option for `launch` and `find`. Fixes #736 Co-authored-by: Chris Townsend <[email protected]>
In #734, we ran in to problems launching trusty VMs because streams had (incorrectly) started reporting trusty as unsupported.
A reasonable use of VMs is to isolate applications that rely on unsupported releases of Ubuntu; I've had to do this a couple of times for abandonware that I needed to use temporarily. With the current multipass behaviour, I wouldn't be able to do that.
I think it would be preferable for multipass to allow me to bypass this check somehow, to enable this use case.
The text was updated successfully, but these errors were encountered: