Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Packer plugin for QEMU Builder

License

NotificationsYou must be signed in to change notification settings

hashicorp/packer-plugin-qemu

TheQemu multi-component plugin can be used with HashiCorpPackerto create custom images. For the full list of available features for this plugin seedocs.

Installation

Using pre-built releases

Using thepacker init command

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"    }  }}

Manual installation

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.

From Sources

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.

Configuration

For more information on how to configure the plugin, please read thedocumentation located in thedocs/ directory.

Contributing

  • 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.

[8]ページ先頭

©2009-2025 Movatter.jp