Packer templates and scripts to build CentOS-5 and CentOS-6 hosts for compilation. Contains most devel packages...
https://app.vagrantup.com/boxes/search
packer build -only=default centos6/template.json
Build a variables JSON file, define the following variables:
``̀
{ "buildversion": "the-build-version", "cloud_token": "your-vagrant-cloud-token", "changes_list": "List here the changes compared to previous version.", "base_path": "Where to put the generated box, on your local disk", "release_base_url": "URL of the released box (for boxes stored outside Vagrant cloud)" }
̀̀
packer build -only=atlas -var-file=centos6/variables.json centos6/template.json
docker build -t -f centos/Dockerfile .