How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04-i386"
config.vm.box_version = "201807.12.0"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 201807.12.0
vagrant up
This version was created over 4 years ago.
{ "name": "ubuntu-14.04-i386", "version": "201807.12.0", "build_timestamp": "20180716152423", "git_revision": "c3143feddc09bbff2f5bb0a8cce6619a674beb4e", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-201807.12.0", "template": "ubuntu-14.04-i386", "packer": "1.2.4", "vagrant": "2.1.2", "providers": [ { "name": "vmware_desktop", "version": "10.1.2", "file": "ubuntu-14.04-i386-201807.12.0.vmware.box", "checksum_type": "sha256", "checksum": "b3e394df17f816b183ea5d67b9dabcd98faff24d9dc6fd0f7eca74aa70050fa4", "size": "368 MB", "build_time": 1072 } ] }