How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-12.04"
config.vm.box_version = "2.3.2"
end
vagrant init bento/ubuntu-12.04 \
--box-version 2.3.2
vagrant up
This version was created over 6 years ago.
{ "name": "ubuntu-12.04", "version": "2.3.2", "build_timestamp": "20170502194512", "git_revision": "d0740fb2b305a6aa581595624937de70a4b363fb", "box_basename": "ubuntu-12.04-2.3.2", "template": "ubuntu-12.04-amd64", "cpus": "1", "memory": "1024", "providers": [ { "name": "virtualbox", "file": "ubuntu-12.04-2.3.2.virtualbox.box", "checksum_type": "sha256", "checksum": "dbcd781b83d74549d699272990f3c8209ad6d2c9bb4c4f940744b4c6d40b9fad", "size": "274 MB" } ], "tool_versions": { "packer": "1.0.0", "vagrant": "1.9.4", "parallels": "12.2.0", "virtualbox": "5.1.22", "vmware_fusion": "8.5.6" }, "build_times": { "virtualbox-iso": 1032 } }