Rought guide-doc update for QEMU KVM builds from within containers
This commit is contained in:
parent
1e51ed9df9
commit
627cbcdcba
|
@ -11,13 +11,11 @@ images with Packer.
|
||||||
- [Using Packer and Ansible to Build Immutable Infrastructure in CodeShip](https://blog.codeship.com/packer-ansible/)
|
- [Using Packer and Ansible to Build Immutable Infrastructure in CodeShip](https://blog.codeship.com/packer-ansible/)
|
||||||
|
|
||||||
The majority of the [Packer Builders](/docs/builders) can run in
|
The majority of the [Packer Builders](/docs/builders) can run in
|
||||||
a container or VM, a common model used by most CI/CD services. However, the
|
a container or VM, a common model used by most CI/CD services. However, some
|
||||||
|
builders may take substantially longer without privilege escalation (like the
|
||||||
[QEMU builder](/docs/builders/qemu) for
|
[QEMU builder](/docs/builders/qemu) for
|
||||||
[KVM](https://www.linux-kvm.org/page/Main_Page) and
|
[KVM](https://www.linux-kvm.org/page/Main_Page) and
|
||||||
[Xen](https://www.xenproject.org/) virtual machine images, [VirtualBox
|
[Xen](https://www.xenproject.org/)).
|
||||||
builder](/docs/builders/virtualbox) for OVA or OVF virtual machines and
|
|
||||||
[VMware builder](/docs/builders/vmware) for use with VMware products
|
|
||||||
require running on a bare-metal machine or nested virtualization.
|
|
||||||
|
|
||||||
The [Building a VirtualBox Image with Packer in
|
The [Building a VirtualBox Image with Packer in
|
||||||
TeamCity](/guides/packer-on-cicd/build-virtualbox-image) guide shows
|
TeamCity](/guides/packer-on-cicd/build-virtualbox-image) guide shows
|
||||||
|
|
Loading…
Reference in New Issue