Skip to content

jcbiellikltd/vagrant-boxes

Repository files navigation

Vagrant Boxes License Release Version Packer Version VirtualBox Version

CentOS boxes for use with Vagrant.

Usage

You can download the boxes directly or from Atlas, build them yourself or simply reference them in your Vagrantfile:

config.vm.box = "jcbiellikltd/centos-6-base"
# or
config.vm.box = "jcbiellikltd/centos-6-web"
# or
config.vm.box = "jcbiellikltd/centos-6-node"

Building

Building these boxes requires Packer and VirtualBox to be installed.

  1. Clone this repo:

    git clone https://github.com/jcbiellikltd/vagrant-boxes.git
    cd vagrant-boxes
  2. Build a box:

    BUILD_VERSION=vX.X.X packer build centos-6-XXX.json