mirror of
https://github.com/LIV2/packer-plugin-qemu.git
synced 2025-12-05 22:52:44 +00:00
The Community Templates link from the builder did not link to the community templates general documentation page, and instead was a broken link.
The Qemu Packer Plugin comes with a single builder able to create KVM virtual machine images.
Installation
To install this plugin add this code into your Packer configuration and run packer init
packer {
required_plugins {
qemu = {
version = "~> 1"
source = "github.com/hashicorp/qemu"
}
}
}
Alternatively, you can use packer plugins install to manage installation of this plugin.
packer plugins install github.com/hashicorp/qemu