How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "debian-8.9-i386", "version": "201708.22.0", "build_timestamp": "20170823061705", "git_revision": "a587fdc4fd88dcca3382d28f2eb9acaae59bcbb1", "git_status": "dirty", "box_basename": "debian-8.9-i386-201708.22.0", "template": "debian-8.9-i386", "packer": "1.0.4", "vagrant": "1.9.7", "providers": [ { "name": "virtualbox", "version": "5.1.26", "file": "debian-8.9-i386-201708.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "b0822fc49c8c357d8dc1a09756ddd04ff3bad06164e157fd3548f8ac6e6f346b", "size": "357 MB", "build_time": 603 }, { "name": "vmware_desktop", "version": "12.5.7", "file": "debian-8.9-i386-201708.22.0.vmware.box", "checksum_type": "sha256", "checksum": "5fa3a883606f1aba8e25397e3a8c72ce854b9d76fbfc5358698703f18aefa325", "size": "411 MB", "build_time": 603 } ] }

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (410 MB)

  • virtualbox Hosted by Vagrant Cloud (356 MB)