Importing Custom Images

Import a Compute custom image in an Oracle Cloud Infrastructure compartment.

To import an image, you need read access to the Object Storage object containing the image. For more information, see Let users download objects from Object Storage buckets.

  • To import an image using the Console

    1. On the Compute custom images list page, select Import image. If you need help finding the custom images list page, see Listing Custom Images.
    2. In the Create in compartment list, select the compartment that you want to import the image to.
    3. Enter a Name for the image. Avoid entering confidential information.
    4. Select the Operating system:

      • For Linux images, select Linux.
      • For Windows images, select Windows. Select the Operating system version, and then certify that the selected operating system complies with Microsoft licensing agreements.
    5. Specify the Object Storage location to import the image from:

      • Import from an Object Storage bucket: Select the Bucket that contains the image. In the Object name list, select the image file.
      • Import from an Object Storage URL: Enter the Object Storage URL of the image. When importing across tenancies, you must specify a pre-authenticated request URL.
    6. In the Image type section, select the format of the image. The following formats are available:

      • VMDK: Virtual Machine Disk (.vmdk)
      • QCOW2: QEMU Copy On Write (.qcow2)
      • OCI: Oracle Cloud Infrastructure file with a QCOW2 image and OCI metadata (.oci). Use this format when importing a custom image that was exported from another tenancy or region.
    7. Select the Launch mode:

      • For custom images where the image type is .oci, the launch mode is disabled. Oracle Cloud Infrastructure selects the appropriate launch mode based on the launch mode for the source image.

      • For custom images exported from Oracle Cloud Infrastructure where the image type is QCOW2, select Native mode.

      • To import other custom images, select Paravirtualized mode or Emulated mode. For more information, see Bring Your Own Image.

    8. Show tagging options: If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option or ask an administrator. You can apply tags later.
    9. Select Import image.

    After you select Import image, you'll see the imported image in the Custom images list for the compartment, with a state of Importing. To track the progress of the operation and troubleshoot errors that occur during instance creation, use the associated work request.

    When the import completes successfully, the state changes to Available. If the state does not change, or no entry appears in the Custom images list, the import failed. If the import failed, ensure you have read access to the Object Storage object, and that the object contains a supported image.

  • Use the image create or image import command and required parameters to import a custom image:

    oci compute image create --from-json <file://path/to/file.json>
    oci compute image import from-object --from-json <file://path/to/file.json>

    <file://path/to/file.json> is the path to a JSON file that defines the instance details. For information about how to generate an example of the JSON file, see Advanced JSON Options.

    For a complete list of flags and variable options for the Compute service CLI commands, see the command line reference for Compute.

  • For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.

    Use this API operation to import an image: