How to use this box with Vagrant:

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

This version was created over 4 years ago.

{ "name": "debian-9.5-i386", "version": "201808.24.0", "build_timestamp": "20180831225634", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "debian-9.5-i386-201808.24.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-201808.24.0.parallels.box", "checksum_type": "sha256", "checksum": "3ddf1f435a0e5cd17371886ad413408b904e5e0b412925c44bd73435c1c8596c", "size": "430 MB", "build_time": 511 } ] }

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (429 MB)

  • vmware_desktop Hosted by Vagrant Cloud (434 MB)

  • virtualbox Hosted by Vagrant Cloud (392 MB)