How to use this box with Vagrant:

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

This version was created about 6 years ago.

{ "name": "debian-8.8", "version": "2.3.8", "build_timestamp": "20170704014705", "git_revision": "3869bda09703774a3e5db1aca0d02c022f9d34db", "git_status": "dirty", "box_basename": "debian-8.8-2.3.8", "template": "debian-8.8-amd64", "packer": "1.0.2", "vagrant": "1.9.5", "providers": [ { "name": "parallels", "version": "12.2.0", "file": "debian-8.8-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "4efb7077d99df8a1172c9b99512ae43991417d75efe546bc5372fba9b7e4a88b", "size": "389 MB", "build_time": 417 } ] }

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

  • virtualbox Hosted by Vagrant Cloud (353 MB)

  • parallels Hosted by Vagrant Cloud (386 MB)