Toy virtual machines, used to mess around with Packer and MicroVM
Go to file
Hoang Nguyen 75603937af
alpine-libvirt: back to Terraform provider
The Packer's libvirt plugin is pretty limited. Just use the right tool
for the right job here :)
2022-09-02 21:18:54 +07:00
answers alpine-libvirt: back to Terraform provider 2022-09-02 21:18:54 +07:00
artifacts First VM box 2022-08-29 01:56:11 +07:00
scripts alpine-libvirt: back to Terraform provider 2022-09-02 21:18:54 +07:00
terraform alpine-libvirt: back to Terraform provider 2022-09-02 21:18:54 +07:00
.editorconfig Add 2nd box (libvirt with UEFI) 2022-08-30 10:02:26 +07:00
.gitignore Add Terraform plan for the first box 2022-08-29 11:09:30 +07:00
LICENSE First VM box 2022-08-29 01:56:11 +07:00
Makefile alpine-libvirt: back to Terraform provider 2022-09-02 21:18:54 +07:00
README.md alpine-libvirt: back to Terraform provider 2022-09-02 21:18:54 +07:00
alpine-libvirt.pkr.hcl alpine-libvirt: back to Terraform provider 2022-09-02 21:18:54 +07:00
alpine-qemu.pkr.hcl Add 2nd box (libvirt with UEFI) 2022-08-30 10:02:26 +07:00
update_iso_checksum.sh Add 2nd box (libvirt with UEFI) 2022-08-30 10:02:26 +07:00

README.md

Packer templates

This repository holds Packer's VM templates I use. Most (if not all) of them run AlpineLinux.

Dependencies

For update_iso_checksum.sh script:

Other:

Note that libvirt plugins (for both Packer and Terraform) do not support modular daemons so running libvirtd service is required. Issue filled at https://github.com/digitalocean/go-libvirt/issues/171.

VM boxes

VM_STATE_RUNNING=true make alpine-qemu.pkr.hcl alpine-qemu
make alpine-libvirt.pkr.hcl alpine-libvirt

Acknowledge

License

MIT