From 004a43492857f337936c9c64dbaadf37e6de85f4 Mon Sep 17 00:00:00 2001 From: Maciej Skierkowski Date: Mon, 11 Dec 2017 11:48:34 -0800 Subject: [PATCH] Add "coming soon" --- .../source/guides/packer-on-cicd/building-image-in-cicd.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md b/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md index bbfc7ec5e..16cb5aa7d 100644 --- a/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md +++ b/website/source/guides/packer-on-cicd/building-image-in-cicd.html.md @@ -8,7 +8,7 @@ page_title: Building Images in CI/CD The following guides from our partners show how to use their services to build images with Packer. -- [How to Build Immutable Infrastructure with Packer and CircleCI Workflows](#) +- How to Build Immutable Infrastructure with Packer and CircleCI Workflows (coming soon) - [Using Packer and Ansible to Build Immutable Infrastructure in CodeShip](https://blog.codeship.com/packer-ansible/) The majority of the [Packer Builders](../../docs/builders/index.html) can run in a container or VM, a common model used by most CI/CD services. However, the [QEMU builder](../../docs/builders/qemu.html) for [KVM](https://www.linux-kvm.org/page/Main_Page) and [Xen](https://www.xenproject.org/) virtual machine images, [VirtualBox builder](../../docs/builders/virtualbox.html) for OVA or OVF virtual machines and [VMWare builder](../../docs/builders/vmware.html) for use with VMware products require running on a bare-metal machine.