How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-8.10"
config.vm.box_version = "201801.31.0"
end
vagrant init bento/debian-8.10 \
--box-version 201801.31.0
vagrant up
This version was created about 5 years ago.
{ "name": "debian-8.10", "version": "201801.31.0", "build_timestamp": "20180131233515", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "debian-8.10-201801.31.0", "template": "debian-8.10-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "virtualbox", "version": "5.2.6", "file": "debian-8.10-201801.31.0.virtualbox.box", "checksum_type": "sha256", "checksum": "d3f67bb118da19e3409b4460dfb27532ccb2551209fe564e3e571e7b937e95e0", "size": "398 MB", "build_time": 807 } ] }