How to use this box with Vagrant:

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

This version was created almost 3 years ago.

Debian 8.11 Vagrant box version 202003.31.0 created with Bento by Chef. Tool versions: parallels: 15.1.2, packer: 1.5.5

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

  • virtualbox Hosted by Vagrant Cloud (562 MB)

  • vmware_desktop Hosted by Vagrant Cloud (567 MB)