How to use Packer with your Orka environment The Orka Packer Plugin works with Packer and lets you automate the creation of Orka golden images. Tired of manually configuring and building your Orka images? The Orka Packer plugin is a great tool to use for automating your image builds. Not only is it easy to use and a great addition to any CI/CD pipeline, it can be used with additional plugins, such as Jenkins.Documentation Index
Fetch the complete documentation index at: https://docs.macstadium.com/llms.txt
Use this file to discover all available pages before exploring further.
Before You Begin
VPN connectivity
Service account token
The plugin requires anorka_auth_token to authenticate with your Orka cluster. This must be a service account token. Personal user tokens expire after one hour, which is typically not enough time for a full image build, and will cause builds to fail mid-run.
Step 1: Create a service account
ORKA_AUTH_TOKEN.
Never commit the token value to your repository.
Step 4: Reference the token in your Packer template
Declare the variable so Packer reads it from your environment at build time:
ORKA_AUTH_TOKEN.
Working with the Plugin
For latest information on installing the plugin, please visit Orka Packer Plugin Installation For latest information on using the plugin, please visit Orka Packer Plugin Usage For latest information on configuring the plugin, please visit Orka Packer Plugin ConfigurationContributing: The Orka Packer Plugin is open-sourced under the GNU GPL v3 license.To raise an issue with the plugin feel free to describe it by opening a new issue in the Github repository. To contribute to the source code by fixing a bug or adding a feature, review the CONTRIBUTING guidelines.

