Edit CICD website guide to be more clear
This commit is contained in:
parent
627cbcdcba
commit
90b6747e3d
|
@ -10,12 +10,14 @@ images with Packer.
|
||||||
- [How to Build Immutable Infrastructure with Packer and CircleCI Workflows](https://circleci.com/blog/how-to-build-immutable-infrastructure-with-packer-and-circleci-workflows/)
|
- [How to Build Immutable Infrastructure with Packer and CircleCI Workflows](https://circleci.com/blog/how-to-build-immutable-infrastructure-with-packer-and-circleci-workflows/)
|
||||||
- [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 just fine in a
|
||||||
a container or VM, a common model used by most CI/CD services. However, some
|
container, a common model used by most CI/CD services. However, while it is
|
||||||
builders may take substantially longer without privilege escalation (like the
|
possible to run many builders in containers or nested virtualization, this may
|
||||||
[QEMU builder](/docs/builders/qemu) for
|
require advanced configuration; examples include the [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/)).
|
[Xen](https://www.xenproject.org/)), or the [VirtualBox
|
||||||
|
builder](/docs/builders/virtualbox) for OVA or OVF virtual machines.
|
||||||
|
|
||||||
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