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

1.2 KiB

layout sidebar_current page_title
guides guides-packer-on-cicd-build-image Build Images in CI/CD

Build Images in CI/CD

The following guides from our partners show how to use their services to build images with Packer.

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 shows how to create a VirtualBox image using TeamCity's support for running scripts on bare-metal machines.