Packer
Triton
@hashicorp
The Triton Packer builder is able to create new images for use with Triton.
- Community
- Archived
Updated 2 years ago
- GitHub(opens in new tab)
Triton
The Triton Packer builder is able to create new images for use with Triton. These images can be used with both the Joyent public cloud (which is powered by Triton) as well as with private Triton installations.
This builder uses the Triton Cloud API to create these images. Triton also supports the Docker API however this builder does not. If you want to create Docker images on Triton you should use the Packer Docker builder.
Installation
To install this plugin add this code into your Packer configuration and run packer init
packer {
required_plugins {
triton = {
version = "~> 1"
source = "github.com/hashicorp/triton"
}
}
}
Alternatively, you can use packer plugins install
to manage installation of this plugin.
packer plugins install github.com/hashicorp/triton
Components
Builders
- triton - The Triton Packer builder is able to create new images for use with Triton.