Find Ubuntu images on GCE

On your Google Cloud console, you can find the latest Ubuntu images by selecting Ubuntu as the Operating System under Compute Engine > VM instances> CREATE INSTANCE > Boot disk > CHANGE.

For a programmatic method, you can use the gcloud command:

gcloud compute images list --filter ubuntu-os

Daily, untested images are found under the ubuntu-os-cloud-devel project:

gcloud compute images --project ubuntu-os-cloud-devel list --filter ubuntu-os-cloud-devel

Image locator

Canonical also produces an Ubuntu cloud image finder where users can filter based on a variety of criteria, such as region or release, etc.