How to use this box with Vagrant:

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

This version was created over 6 years ago.

{ "name": "debian-9.0", "version": "2.3.8", "build_timestamp": "20170704015733", "git_revision": "3869bda09703774a3e5db1aca0d02c022f9d34db", "git_status": "dirty", "box_basename": "debian-9.0-2.3.8", "template": "debian-9.0-amd64", "packer": "1.0.2", "vagrant": "1.9.5", "providers": [ { "name": "parallels", "version": "12.2.0", "file": "debian-9.0-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "4ee1b9933d27a7c9f793906591c52110a17fce6bc4415187c3faa3ebb5491b97", "size": "423 MB", "build_time": 433 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (420 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (382 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (415 MB)