How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-8.10-i386"
config.vm.box_version = "201712.31.0"
end
vagrant init bento/debian-8.10-i386 \
--box-version 201712.31.0
vagrant up
This version was created about 5 years ago.
{ "name": "debian-8.10-i386", "version": "201712.31.0", "build_timestamp": "20171231173928", "git_revision": "b144036135a5c269e790e9030a6385dbabf632ce", "git_status": "dirty", "box_basename": "debian-8.10-i386-201712.31.0", "template": "debian-8.10-i386", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "parallels", "version": "13.2.0", "file": "debian-8.10-i386-201712.31.0.parallels.box", "checksum_type": "sha256", "checksum": "f35d6cc455b682134c49543b03761cd452e010f9457769a857a16b8cc6b7bb69", "size": "384 MB", "build_time": 386 } ] }