Find Ubuntu images on Oracle Cloud

Different versions of Ubuntu images are available on Oracle Cloud:

  • All LTS releases that haven’t reached end of life

  • Full and minimal versions

  • Versions for x86_64 and AArch64 (ARM64) platforms

For each of these versions, Oracle publishes a new image build every month. The latest three builds (for each version) are always listed on their cloud console, while the older ones are archived.

Find the latest Ubuntu images

You can find the latest three image builds using either the web console or the CLI.

While creating an instance using Compute > Instances > Create instance, under Image and shape select Change image > Ubuntu. From the displayed list, select your desired LTS release and variant (full or minimal). Then use the drop-down to select one of the three builds available for it.

../../_images/1_latest_ubuntu_image.png

The latest build is always recommended as it’ll have the most recent package updates and security vulnerability fixes. However, if you need a specific build, you can either choose one of the remaining two builds or refer to the Find older Ubuntu images section ahead.

Find older Ubuntu images

If you want to use an image that is older than the latest three builds, you need to know its Oracle Cloud Identifier (OCID) and use that while creating the instance.

To find the OCID of archived images, visit Oracle’s image documentation website and select the required Ubuntu release. A list of all available variants for that release will be displayed. Browse to the desired variant to see its OCID for each region.

With the region / image specific OCID, you can create an instance either through the web console or through the CLI.

While creating an instance using Compute > Instances > Create instance, under Image and shape select Change image > My images. Then choose Image OCID as the image source and enter the OCID (obtained above) before launching the instance.

../../_images/2_older_ubuntu_image.png