Find Ubuntu images on IBM Cloud¶
Using the web console¶
On your IBM Cloud console, you can find the latest Ubuntu images by navigating to
VPC Infrastructure >
Compute >
Images >
Stock Images >
and then searching for Ubuntu
in the Search Images search bar.
On your IBM Cloud console, you can find the latest Ubuntu images by selecting Ubuntu
as the operating system vendor under
Classic Infrastructure >
Devices >
Device List >
Order + >
Virtual Server for Classic >
Operating System >
Ubuntu
Using the CLI¶
For a programmatic way to find the latest Ubuntu images, you can use the IBM Cloud CLI along with grep to filter the output.
ibmcloud is images --visibility "public" --status available | grep "ubuntu"
For further information about this command, refer to IBM’s CLI documentation on is_images.
For a programmatic way to find the latest Ubuntu images, you can use the IBM Cloud CLI along with grep to filter the output.
ibmcloud sl image list --public --name "Ubuntu"
For further information about this command, refer to IBM’s CLI documentation.