How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "perconajayj/centos-x86_64"
  config.vm.box_version = "6.5.20140722"
end
vagrant init perconajayj/centos-x86_64 \
  --box-version 6.5.20140722
vagrant up

This version was created over 8 years ago.

  • Improved AWS box:
    • Fixed extra storage mount points to not be formatted and mounted by cloud-init.
    • Fixed password ssh authentication disabled
  • Just latest CentOS 6.5 package updates
3 providers for this version.
  • vmware_desktop Externally hosted (s3.amazonaws.com)

  • virtualbox Externally hosted (s3.amazonaws.com)

  • aws Externally hosted (s3.amazonaws.com)