packer-cn/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md

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.

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.