1.4 KiB
1.4 KiB
layout | sidebar_current | page_title | description |
---|---|---|---|
guides | guides-packer-on-cicd-build-image | Building Images in CI/CD | ... |
Building Images in CI/CD
The following guides from our amazing partners show how to use their service to build images with Packer.
- How to Build Immutable Infrastructure with Packer and CircleCI Workflows
- Using Packer and Ansible to Build Immutable Infrastructure [in CodeShip]
For the majority of the Packer Builders can run in a container or VM, a common model used by most CI/CD services. However, the QEMU builder for KVM and Xen virtual machine images, VirtualBox builder for OVA or OVF virtual machines and VMWare builder for use with VMware products require running on a bare-metal machine.
The Building a VirtualBox Image with Packer in TeamCity guide walks through creating a VirtualBox image, which requires a bare-metal machine, running in TeamCity which also supports running the scripts directly on the machine.