packer-plugin-oxide

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2025 License: MPL-2.0 Imports: 6 Imported by: 0

README

= Packer Plugin Oxide

The https://oxide.computer[Oxide] multi-component plugin can be used with
HashiCorp (IBM) Packer to create custom Oxide images. The documentation within
link:.web-docs[`.web-docs`] describes the plugin and its components.

== Installation

=== Install Using Packer

To install this plugin, add the following to your Packer configuration and run
`packer init`.

[source,hcl]
----
packer {
  required_plugins {
    oxide = {
      source  = "github.com/oxidecomputer/oxide"
      version = ">= 0.3.1"
    }
  }
}
----

Alternatively, use `packer plugins install` to install this plugin.

[source,sh]
----
packer plugins install github.com/oxidecomputer/oxide
----

=== Manual Installation

Pre-built releases are located on the
https://github.com/oxidecomputer/packer-plugin-oxide/releases[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
https://developer.hashicorp.com/packer/docs/plugins/install[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
https://developer.hashicorp.com/packer/docs/plugins/install[Installing Plugins]
documentation.

== Configuration

The documentation within link:.web-docs[`.web-docs`] describes the plugin and
its components.

== Contributing

Read link:CONTRIBUTING.adoc[`CONTRIBUTING.adoc`] for development information.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
component

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL