github.com/ratanraj/packer@v1.3.2/website/source/docs/builders/oracle.html.md (about)

     1  ---
     2  description: |
     3    Packer is able to create custom images using Oracle Cloud Infrastructure.
     4  layout: docs
     5  page_title: 'Oracle - Builders'
     6  sidebar_current: 'docs-builders-oracle'
     7  ---
     8  
     9  # Oracle Builder
    10  
    11  Packer is able to create custom images on both Oracle Cloud Infrastructure and
    12  Oracle Cloud Infrastructure Classic Compute. Packer comes with builders
    13  designed to support both platforms. Please choose the one that's right for you:
    14  
    15  -   [oracle-classic](/docs/builders/oracle-classic.html) - Create custom images
    16      in Oracle Cloud Infrastructure Classic Compute by launching a source
    17      instance and creating an image list from a snapshot of it after
    18      provisioning.
    19  
    20  -   [oracle-oci](/docs/builders/oracle-oci.html) - Create custom images in
    21      Oracle Cloud Infrastructure (OCI) by launching a base instance and creating
    22      an image from it after provisioning.