How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04-i386"
config.vm.box_version = "201805.15.0"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 201805.15.0
vagrant up
This version was created over 5 years ago.
{ "name": "ubuntu-14.04-i386", "version": "201805.15.0", "build_timestamp": "20180516033533", "git_revision": "225a5c5b0106b0cddf3932cdf0ce95d1ed27c5ca", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-201805.15.0", "template": "ubuntu-14.04-i386", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "virtualbox", "version": "5.2.12", "file": "ubuntu-14.04-i386-201805.15.0.virtualbox.box", "checksum_type": "sha256", "checksum": "9bf9d5e183967c5f3f6f8991aa408391b682723f45a37096bd22eddf13a5ab9e", "size": "382 MB", "build_time": 1000 } ] }