How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04-i386"
config.vm.box_version = "201710.25.0"
end
vagrant init bento/ubuntu-16.04-i386 \
--box-version 201710.25.0
vagrant up
This version was created over 6 years ago.
{ "name": "ubuntu-16.04-i386", "version": "201710.25.0", "build_timestamp": "20171030182158", "git_revision": "eef9780188056e4b87d5db3f7a1cabbe7c7f4706", "git_status": "dirty", "box_basename": "ubuntu-16.04-i386-201710.25.0", "template": "ubuntu-16.04-i386", "packer": "1.1.1", "vagrant": "2.0.0", "providers": [ { "name": "vmware_desktop", "version": "10.0.1", "file": "ubuntu-16.04-i386-201710.25.0.vmware.box", "checksum_type": "sha256", "checksum": "d5906786a4f776261852da3d0593a8511f14155640666b42fac53bbeff9fa6ac", "size": "461 MB", "build_time": 1322 }, { "name": "parallels", "version": "13.1.1", "file": "ubuntu-16.04-i386-201710.25.0.parallels.box", "checksum_type": "sha256", "checksum": "5fd83814217f7af120d475ef41791adbee2c6fc99e1766fbe5722dad2df87cad", "size": "425 MB", "build_time": 1322 }, { "name": "virtualbox", "version": "5.1.30", "file": "ubuntu-16.04-i386-201710.25.0.virtualbox.box", "checksum_type": "sha256", "checksum": "0a3a9cea3d1ab29e13d2d9b7a8b41a5026838fb241487c8fb547fdc456fbf204", "size": "379 MB", "build_time": 1322 } ] }