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.5"
end
vagrant init bento/ubuntu-12.04 \
  --box-version 2.3.5
vagrant up

This version was created almost 6 years ago.

{ "name": "ubuntu-12.04", "version": "2.3.5", "build_timestamp": "20170425153935", "git_revision": "a38fba79f9410f2f3bcb7d155bbc7714638a4b33", "box_basename": "ubuntu-12.04-2.3.5", "template": "ubuntu-12.04-amd64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "ubuntu-12.04-2.3.5.parallels.box", "checksum_type": "sha256", "checksum": "264840f3e1c61c2de97fb1e3a2c84294c9f81441b55b4bdf092250fc95a9d332", "size": "322 MB" } ], "tool_versions": { "packer": "0.12.3", "vagrant": "1.9.3", "parallels": "12.2.0", "virtualbox": "5.1.20", "vmware_fusion": "8.5.6" }, "build_times": { "parallels-iso": 534 } }

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (275 MB)

  • parallels Hosted by Vagrant Cloud (322 MB)