- Notifications
You must be signed in to change notification settings - Fork46
Packer plugin for QEMU Builder
License
hashicorp/packer-plugin-qemu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TheQemu
multi-component plugin can be used with HashiCorpPackerto create custom images. For the full list of available features for this plugin seedocs.
Starting from version 1.7, Packer supports a newpacker init
command allowingautomatic installation of Packer plugins. Read thePacker documentation for more information.
To install this plugin, copy and paste this code into your Packer configuration .Then, runpacker init
.
packer {required_plugins {qemu={ version=">= 1.1.2" source="github.com/hashicorp/qemu" } }}
You can find pre-built binary releases of the pluginhere.Once you have downloaded the latest archive corresponding to your target OS,uncompress it to retrieve the plugin binary file corresponding to your platform.To install the plugin, please follow the Packer documentation oninstalling a plugin.
If you prefer to build the plugin from sources, clone the GitHub repositorylocally and run the commandgo build
from the rootdirectory. Upon successful compilation, apacker-plugin-qemu
pluginbinary file can be found in the root directory.To install the compiled plugin, please follow the official Packer documentationoninstalling a plugin.
For more information on how to configure the plugin, please read thedocumentation located in thedocs/
directory.
- If you think you've found a bug in the code or you have a question regardingthe usage of this software, please reach out to us by opening an issue inthis GitHub repository.
- Contributions to this project are welcome: if you want to add a feature or afix a bug, please do so by opening a Pull Request in this GitHub repository.In case of feature contribution, we kindly ask you to open an issue todiscuss it beforehand.
About
Packer plugin for QEMU Builder