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