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.1"
end
vagrant init bento/ubuntu-12.04 \
--box-version 2.3.1
vagrant up
This version was created over 6 years ago.
{ "name": "ubuntu-12.04", "version": "2.3.1", "build_timestamp": "20161202154200", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "ubuntu-12.04-2.3.1", "template": "ubuntu-12.04-amd64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "ubuntu-12.04-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "fc409798854013e38556f3d6d8b2b74ceddc36dc8011360128174acc931b4c84", "size": "320 MB" }, { "name": "virtualbox", "file": "ubuntu-12.04-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "db1f3e133c621cdda233bc20baeeb99ca146f81a8a22385632166955414e42d8", "size": "273 MB" }, { "name": "vmware_desktop", "file": "ubuntu-12.04-2.3.1.vmware.box", "checksum_type": "sha256", "checksum": "ff0f94a635433e3437b5b2800b131440d4f10553447d45bc6be15553ab2c6662", "size": "334 MB" } ], "tool_versions": { "packer": "0.12.0", "vagrant": "1.9.0", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.2" }, "build_times": { "parallels-iso": 1106, "virtualbox-iso": 1106, "vmware-iso": 1106 } }