
Building Vagrant Boxes with Packer in Atlas
I have a need to create both some Ubuntu and CentOS Vagrant boxes for a project I am working on. Normally I would have created them on my local machine, uploaded the artifacts to an Amazon S3 bucket and then published them using Atlas↗ (formally Vagrant Cloud↗ ). However in the past month HashiCorp↗ have updated Atlas so that you can now build Packer↗ templates directly within Atlas and publish the artifacts as Vagrant Boxes, all free of charge. This is great for me as it means that I will not incur the hosting and distribution costs. ...