How to use this box with Vagrant:

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

This version was created almost 5 years ago.

{ "name": "debian-8.10-i386", "version": "201806.08.0", "build_timestamp": "20180612004642", "git_revision": "46c5b86f610baf7f28b3082398a567f33f80a905", "git_status": "dirty", "box_basename": "debian-8.10-i386-201806.08.0", "template": "debian-8.10-i386", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "parallels", "version": "13.3.1", "file": "debian-8.10-i386-201806.08.0.parallels.box", "checksum_type": "sha256", "checksum": "e80d429652cf019003d6fa2fb7319dff820889d7a51d52d28191080aed230091", "size": "422 MB", "build_time": 850 } ] }

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

  • vmware_desktop Hosted by Vagrant Cloud (404 MB)

  • virtualbox Hosted by Vagrant Cloud (394 MB)