How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "debian-8.10", "version": "201801.02.0", "build_timestamp": "20180103041350", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "debian-8.10-201801.02.0", "template": "debian-8.10-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.0", "file": "debian-8.10-201801.02.0.vmware.box", "checksum_type": "sha256", "checksum": "388b6f8e3edc943385daa5769b9f7e3b8e03c77a055e9a1d479507e5c696747e", "size": "398 MB", "build_time": 478 } ] }

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

  • virtualbox Hosted by Vagrant Cloud (366 MB)

  • parallels Hosted by Vagrant Cloud (378 MB)