How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/debian-8.10"
  config.vm.box_version = "201712.31.0"
end
vagrant init bento/debian-8.10 \
  --box-version 201712.31.0
vagrant up

This version was created about 5 years ago.

{ "name": "debian-8.10", "version": "201712.31.0", "build_timestamp": "20171231172943", "git_revision": "b144036135a5c269e790e9030a6385dbabf632ce", "git_status": "dirty", "box_basename": "debian-8.10-201712.31.0", "template": "debian-8.10-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "parallels", "version": "13.2.0", "file": "debian-8.10-201712.31.0.parallels.box", "checksum_type": "sha256", "checksum": "eb29f697fdd6eedbbe3927696a5abcae70177e5d7bad2cc8d3e4b72e3c102e2e", "size": "387 MB", "build_time": 378 } ] }

2 providers for this version.
  • parallels Hosted by Vagrant Cloud (386 MB)

  • virtualbox Hosted by Vagrant Cloud (389 MB)