/packer-plugin-oxide

Oxide plugin for HashiCorp (IBM) Packer.

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Packer Plugin Oxide

The Oxide multi-component plugin can be used with HashiCorp (IBM) Packer to create custom Oxide images. The documentation describes the plugin and its components.

Installation

Install Using Packer

Refer to the installation instructions in the documentation.

Manual Installation

Pre-built releases are located on the GitHub releases page. Download the release for your target platform and unarchive it to retrieve the plugin binary. Install the plugin binary by following the Installing Plugins documentation.

Build from Source

Clone the GitHub repository locally and run make build to build the plugin for your target platform. Upon successful compilation, a packer-plugin-oxide plugin binary can be found in the root of this repository. Install the plugin binary by following the Installing Plugins documentation.

Usage

Refer to the example configuration in example or the documentation for usage information.

The documentation is populated from the content in .web-docs which is rendered from the raw documentation in docs.

Contributing

Read CONTRIBUTING.adoc for development information.