How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-8.10"
config.vm.box_version = "201805.15.0"
end
vagrant init bento/debian-8.10 \
--box-version 201805.15.0
vagrant up
This version was created almost 5 years ago.
{ "name": "debian-8.10", "version": "201805.15.0", "build_timestamp": "20180516221051", "git_revision": "225a5c5b0106b0cddf3932cdf0ce95d1ed27c5ca", "git_status": "dirty", "box_basename": "debian-8.10-201805.15.0", "template": "debian-8.10-amd64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "debian-8.10-201805.15.0.vmware.box", "checksum_type": "sha256", "checksum": "bc808f4fbe67bb99a19826d6605c18d6e7088cdf4762c5fc01a2e123ff61d5a6", "size": "412 MB", "build_time": 675 } ] }