group oracle builders under a single heading.

This commit is contained in:
Matthew Hooker 2018-02-02 12:19:04 -08:00
parent 997f8e4a2a
commit 399431c00b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
4 changed files with 49 additions and 22 deletions

View File

@ -1,7 +1,7 @@
---
description:
description: |
The oracle-classic builder is able to create new custom images for use with Oracle
Compute Cloud.
Cloud Infrastructure Classic Compute.
layout: docs
page_title: 'Oracle Cloud Infrastructure Classic - Builders'
sidebar_current: 'docs-builders-oracle-classic'

View File

@ -1,5 +1,5 @@
---
description:
description: |
The oracle-oci builder is able to create new custom images for use with Oracle
Cloud Infrastructure (OCI).
layout: docs

View File

@ -0,0 +1,22 @@
---
description: |
Packer is able to create custom images using Oracle Cloud Infrastructure.
layout: docs
page_title: 'Oracle - Builders'
sidebar_current: 'docs-builders-oracle'
---
# Oracle Builder
Packer is able to create custom images on both Oracle Cloud Infrastructure and
Oracle Cloud Infrastructure Classic Compute. Packer comes with builders
designed to support both platforms. Please choose the one that's right for you:
- [oracle-classic](/docs/builders/oracle-classic.html) - Create custom images
in Oracle Cloud Infrastructure Classic Compute by launching a source
instance and creating an image list from a snapshot of it after
provisioning.
- [oracle-oci](/docs/builders/amazon-instance.html) - Create custom images in
Oracle Cloud Infrastructure (OCI) by launching a base instance and creating
an image from it after provisioning.

View File

@ -131,12 +131,17 @@
<li<%= sidebar_current("docs-builders-openstack") %>>
<a href="/docs/builders/openstack.html">OpenStack</a>
</li>
<li<%= sidebar_current("docs-builders-oracle") %>>
<a href="/docs/builders/oracle.html">Oracle</a>
<ul class="nav">
<li<%= sidebar_current("docs-builders-oracle-classic") %>>
<a href="/docs/builders/oracle-classic.html">Oracle Classic</a>
</li>
<li<%= sidebar_current("docs-builders-oracle-oci") %>>
<a href="/docs/builders/oracle-oci.html">Oracle OCI</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-builders-parallels") %>>
<a href="/docs/builders/parallels.html">Parallels</a>
<ul class="nav">