How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-9.5-i386"
config.vm.box_version = "201807.12.0"
end
vagrant init bento/debian-9.5-i386 \
--box-version 201807.12.0
vagrant up
This version was created over 4 years ago.
{ "name": "debian-9.5-i386", "version": "201807.12.0", "build_timestamp": "20180812161310", "git_revision": "31a4ad0c9b207ff0db7cccecba49ad1917148362", "git_status": "dirty", "box_basename": "debian-9.5-i386-201807.12.0", "template": "debian-9.5-i386", "packer": "1.2.5", "vagrant": "2.1.2", "providers": [ { "name": "parallels", "version": "13.3.2", "file": "debian-9.5-i386-201807.12.0.parallels.box", "checksum_type": "sha256", "checksum": "2c6dd6871a90e9259282f18dfa310ee07f3d4ccc7c8c20002d7bb90e8d1b1c05", "size": "418 MB", "build_time": 551 } ] }