How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-5.11-i386"
config.vm.box_version = "201812.27.0"
end
vagrant init bento/centos-5.11-i386 \
--box-version 201812.27.0
vagrant up
This version was created over 4 years ago.
{ "name": "centos-5.11-i386", "version": "201812.27.0", "build_timestamp": "20181230210901", "git_revision": "4acf795618cf5e5e60d59cb2458c9555be21ba47", "git_status": "dirty", "box_basename": "centos-5.11-i386-201812.27.0", "template": "centos-5.11-i386", "packer": "1.3.2", "vagrant": "2.2.0", "providers": [ { "name": "parallels", "version": "14.1.0", "file": "centos-5.11-i386-201812.27.0.parallels.box", "checksum_type": "sha256", "checksum": "7d527c03486be4c9f70ef432a21d31462426b1cc7879057ca682bd201ac6ee18", "size": "341 MB", "build_time": 671 } ] }