canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.51k stars 632 forks source link

'noble' is not a supported alias #3519

Closed adasiko closed 1 month ago

adasiko commented 2 months ago

Launch Ubuntu 24.04 does not work by alias

adasiko@MacBook-Air-Andrey ~ % multipass find                                                 
Image                       Aliases           Version          Description
20.04                       focal             20240430         Ubuntu 20.04 LTS
22.04                       jammy             20240426         Ubuntu 22.04 LTS
23.10                       mantic            20240410         Ubuntu 23.10
24.04                       noble,lts         20240423         Ubuntu 24.04 LTS

adasiko@MacBook-Air-Andrey ~ % multipass launch noble
launch failed: 'noble' is not a supported alias. Please use `multipass find` for supported image aliases.

Works fine without alias or other alias

adasiko@MacBook-Air-Andrey ~ % multipass launch         
Launched: bursting-kea
adasiko@MacBook-Air-Andrey ~ % multipass list           
Name                                                 State             IPv4             Image
bursting-kea                                         Running           192.168.66.20    Ubuntu 24.04 LTS
adasiko@MacBook-Air-Andrey ~ % multipass launch mantic
Retrieving image: 7%

macOS 14.4.1 multipass 1.13.1+mac multipassd 1.13.1+mac

sharder996 commented 1 month ago

Thanks for reporting this @adasiko. I can see it happening on my end as well, and we will get this fixed ASAP.