How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-5.11-i386"
config.vm.box_version = "2.3.5"
end
vagrant init bento/centos-5.11-i386 \
--box-version 2.3.5
vagrant up
This version was created almost 6 years ago.
{ "name": "centos-5.11-i386", "version": "2.3.5", "build_timestamp": "20170424125013", "git_revision": "baf3c0fc4b1b0e7036cfd6a2c37c01d26481d892", "box_basename": "centos-5.11-i386-2.3.5", "template": "centos-5.11-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "vmware_desktop", "file": "centos-5.11-i386-2.3.5.vmware.box", "checksum_type": "sha256", "checksum": "e45e3d41b80f95e5a01a014f014b166aa32cae0390cf7e1e731bce2f21dff689", "size": "289 MB" } ], "tool_versions": { "packer": "0.12.3", "vagrant": "1.9.3", "parallels": "12.2.0", "virtualbox": "5.1.20", "vmware_fusion": "8.5.6" }, "build_times": { "vmware-iso": 296 } }