How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-5"
config.vm.box_version = "201808.24.0"
end
vagrant init bento/centos-5 \
--box-version 201808.24.0
vagrant up
This version was created about 5 years ago.
{ "name": "centos-5.11", "version": "201808.24.0", "build_timestamp": "20180831183758", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "centos-5.11-201808.24.0", "template": "centos-5.11-x86_64", "packer": "1.2.5", "vagrant": "2.1.2", "providers": [ { "name": "parallels", "version": "13.3.2", "file": "centos-5.11-201808.24.0.parallels.box", "checksum_type": "sha256", "checksum": "08f5c3854f1b70aeca238ba336ec63942c8000c36c577373cbdf20661de3f481", "size": "358 MB", "build_time": 626 } ] }