Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.09 KB

README.mdown

File metadata and controls

60 lines (43 loc) · 2.09 KB

Packer templates for CentOS 6.5

Templates creating Vagrant boxes for CentOS 6.5 minimal installation (x86_64).

Prerequisites

  • Packer v0.6.1
  • Vagrant v1.6.5
  • VirtualBox
    • Version 4.3.16 for Windows
    • Version 4.2.8 for Mac OS X (which allows HAXM to work in parallel)

Provisioned software tools

  • VirtualBox Guest Additions
  • curl
  • sshd
  • sudo
  • rsync
  • vagrant user and its insecure public key
  • ... and their dependencies

How to create a box

From the terminal, invoke the following command:

packer build centos-6.5-x86_64-minimal.json

and you will find a vagrant box file named CentOS-6.5-x86_64-minimal-v2017.05.03.box in the same directory after the command has succeeded.

Then you can add the box named CentOS-6.5-x86_64-minimal-v2017.05.03 to your box list by the following command:

vagrant box add CentOS-6.5-x86_64-minimal-v2017.05.03.box --name CentOS-6.5-x86_64-minimal-v2017.05.03

Variants

  • centos-6.5-x86_64-minimal.json - CentOS 6.5 (x86_64) minimal installation
  • centos-6.5-x86_64-ansible.json - provided with Ansible in addition to CentOS 6.5 (x86_64) minimal installation
  • centos-6.5-x86_64-docker.json - provided with Docker, Docker Compose, nsenter, and Fig; in addition to CentOS 6.5 (x86_64) minimal installation. (Fig has been officially replaced by Docker Compose.)

Copyright © 2014, 2015, 2017 Upper Stream Software.