Listing Images and Viewing Details
On Compute Cloud@Customer, in both the Compute Cloud@Customer Console and CLI, Oracle provided images are listed first, followed by custom images.
The list of Oracle provided images includes the three most recently published versions of each major distribution. Any older versions that were previously listed are still available by specifying the image OCID.
- In the Compute Cloud@Customer Console navigation menu, click Compute, then click Images.
- At the top of the page, select the compartment that contains the images you want to see.
-
To see details of an image, click the name of the image in the list.
Use the oci compute image list command and required parameters to list the images in the specified compartment.
oci compute image list [OPTIONS]
Use the oci compute image get command and required parameters to get the image details for just one image.
oci compute image get [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the ListImages and GetImage operations to list all images or get one image.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.