How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "phusion/ubuntu-14.04-amd64"
config.vm.box_version = "2014.04.30"
end
vagrant init phusion/ubuntu-14.04-amd64 \
--box-version 2014.04.30
vagrant up
This version was created over 8 years ago.