Google Cloud Engine
Google Cloud Platform lets you build and host applications and websites, store data, and analyze data on Google’s scalable infrastructure.
Images
On GCE, Canonical produces standard server and minimal images for all supported releases.
Finding Images
Users can find the latest Ubuntu images on the GCE UI by selecting “Ubuntu” as the Operating System under the Boot Disk settings.
For a programmatic method, users can use the gcloud
command to find the latest, release images:
gcloud compute images list --filter ubuntu-os-cloud
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 a Ubuntu Cloud Image Finder where users can filter down based on a variety of criteria (e.g. region, release, etc. ).
Last updated 2 months ago. Help improve this document in the forum.