How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "debian-8.10", "version": "201803.24.0", "build_timestamp": "20180324230703", "git_revision": "f9b8bbbdd1295168bc98dc22e3a9e2de891419b7", "git_status": "dirty", "box_basename": "debian-8.10-201803.24.0", "template": "debian-8.10-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "parallels", "version": "13.3.0", "file": "debian-8.10-201803.24.0.parallels.box", "checksum_type": "sha256", "checksum": "edf4cfa4d5e5b26b0eaaf5c4c812f735e710a87dfde9ec9ee74c89ed18331018", "size": "397 MB", "build_time": 520 } ] }

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (397 MB)

  • virtualbox Hosted by Vagrant Cloud (401 MB)

  • vmware_desktop Hosted by Vagrant Cloud (398 MB)