From 09676ac699f88227b1d55dfd80c749fc7fcfb51e Mon Sep 17 00:00:00 2001 From: "Ryan J. Price" Date: Mon, 10 May 2021 20:27:37 -0500 Subject: [PATCH] Missed VMWare in CICD Guide change --- .../content/guides/packer-on-cicd/build-image-in-cicd.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx index 02a40f70c..093fa3d36 100644 --- a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx +++ b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx @@ -15,9 +15,11 @@ container, a common model used by most CI/CD services. However, while it is possible to run many builders in containers or nested virtualization, this may require advanced configuration; examples include the [QEMU builder](/docs/builders/qemu) for -[KVM](https://www.linux-kvm.org/page/Main_Page) and -[Xen](https://www.xenproject.org/)), or the [VirtualBox -builder](/docs/builders/virtualbox) for OVA or OVF virtual machines. +[KVM](https://www.linux-kvm.org/page/Main_Page) or +[Xen](https://www.xenproject.org/)), the [VirtualBox +builder](/docs/builders/virtualbox) for OVA or OVF virtual machines, and the +[VMware builder](/docs/builders/vmware) for use with VMware products that +require running on a bare-metal machine or in nested virtualization. The [Building a VirtualBox Image with Packer in TeamCity](/guides/packer-on-cicd/build-virtualbox-image) guide shows