packer-cn/website/pages/docs/builders/oracle/index.mdx

23 lines
863 B
Plaintext
Raw Normal View History

2020-03-18 18:46:47 -04:00
---
description: Packer is able to create custom images using Oracle Cloud Infrastructure.
layout: docs
page_title: Oracle - Builders
2020-03-24 19:48:37 -04:00
sidebar_title: 'Oracle'
2020-03-18 18:46:47 -04:00
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:
2020-03-31 17:40:07 -04:00
- [oracle-classic](/docs/builders/oracle-classic) - Create custom images
2020-03-18 18:46:47 -04:00
in Oracle Cloud Infrastructure Classic Compute by launching a source
instance and creating an image list from a snapshot of it after
provisioning.
2020-03-31 17:40:07 -04:00
- [oracle-oci](/docs/builders/oracle-oci) - Create custom images in
2020-03-18 18:46:47 -04:00
Oracle Cloud Infrastructure (OCI) by launching a base instance and creating
an image from it after provisioning.