How to use this box with Vagrant:

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

This version was created over 6 years ago.

{ "name": "debian-8.6", "version": "2.3.1", "build_timestamp": "20161203135611", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "debian-8.6-2.3.1", "template": "debian-8.6-amd64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "debian-8.6-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "c5933d5991c05e0d88ca1afdffc48ef32c7f9f409008e5d601d27710f45dad4d", "size": "386 MB" }, { "name": "virtualbox", "file": "debian-8.6-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "d38254ee4390d88f97d81c03d3478a5c58ca76e62fa7208621cb4078b7d77d2a", "size": "364 MB" }, { "name": "vmware_desktop", "file": "debian-8.6-2.3.1.vmware.box", "checksum_type": "sha256", "checksum": "555dc809278156d92687287166fa75dec8ade3aacfdd59866fec8c7744d6c42b", "size": "425 MB" } ], "tool_versions": { "packer": "0.12.0", "vagrant": "1.9.0", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.2" }, "build_times": { "parallels-iso": 906, "virtualbox-iso": 906, "vmware-iso": 906 } }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (425 MB)

  • virtualbox Hosted by Vagrant Cloud (364 MB)

  • parallels Hosted by Vagrant Cloud (386 MB)