Setting up a pipeline for creating Packer .box files

Recently at work, the vCloud Air Zombie team has been using Packer to generate Vagrant templates for use in development and testing. I have previously covered how to use Packer to create create a .box template for use with Vagrant, but I thought it might be useful to others to demonstrate how we are using Packer to create images.

This will be the first of several blog posts in which I intend to cover:

I have also created a github repository to contain the Packer configuration files using during this series. You can access the github repository at https://github.com/sdorsett/packer-templates.

These posts will hopefully be helpful by providing details on the process of using Packer to generate Vagrant .box files.