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