How to use this box with Vagrant:

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

This version was created almost 7 years ago.

{ "name": "ubuntu-16.04-i386", "version": "201708.22.0", "build_timestamp": "20170823051407", "git_revision": "a587fdc4fd88dcca3382d28f2eb9acaae59bcbb1", "git_status": "dirty", "box_basename": "ubuntu-16.04-i386-201708.22.0", "template": "ubuntu-16.04-i386", "packer": "1.0.4", "vagrant": "1.9.7", "providers": [ { "name": "virtualbox", "version": "5.1.26", "file": "ubuntu-16.04-i386-201708.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "c5deed469f02b2d51f5efde8138d576f8f9f9514e6b170f65c4997320b3aed8b", "size": "378 MB", "build_time": 887 }, { "name": "vmware_desktop", "version": "12.5.7", "file": "ubuntu-16.04-i386-201708.22.0.vmware.box", "checksum_type": "sha256", "checksum": "479ceb369c91b6caa4384b7ab8ac71ba2082f0dc967e1476d0c13bde60d56a98", "size": "430 MB", "build_time": 887 } ] }

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (377 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (429 MB)