How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-9.1-i386"
config.vm.box_version = "201709.12.0"
end
vagrant init bento/debian-9.1-i386 \
--box-version 201709.12.0
vagrant up
This version was created over 5 years ago.
{ "name": "debian-9.1-i386", "version": "201709.12.0", "build_timestamp": "20170912123207", "git_revision": "385a0a093d87e9a055cd3892fb42e89fa6176557", "git_status": "dirty", "box_basename": "debian-9.1-i386-201709.12.0", "template": "debian-9.1-i386", "packer": "1.0.4", "vagrant": "2.0.0", "providers": [ { "name": "parallels", "version": "13.0.1", "file": "debian-9.1-i386-201709.12.0.parallels.box", "checksum_type": "sha256", "checksum": "753ca1096569db006c1b6e1ae51a3531ada773e9a3a187c8ab53a03a25f1b22d", "size": "402 MB", "build_time": 685 }, { "name": "virtualbox", "version": "5.1.26", "file": "debian-9.1-i386-201709.12.0.virtualbox.box", "checksum_type": "sha256", "checksum": "06782040a3cd493fd50918cae21a6a22d87676fc88762e9c9d70bd539cca886a", "size": "365 MB", "build_time": 685 }, { "name": "vmware_desktop", "version": "8.5.8", "file": "debian-9.1-i386-201709.12.0.vmware.box", "checksum_type": "sha256", "checksum": "290cf5994d87cbf744738f6f1ce4496f60e0b07285b3e205294ba45471329c1b", "size": "407 MB", "build_time": 685 } ] }