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.

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.