How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/ubuntu-14.04-i386"
  config.vm.box_version = "201708.22.0"
end
vagrant init bento/ubuntu-14.04-i386 \
  --box-version 201708.22.0
vagrant up

This version was created over 5 years ago.

{ "name": "ubuntu-14.04-i386", "version": "201708.22.0", "build_timestamp": "20170823045601", "git_revision": "a587fdc4fd88dcca3382d28f2eb9acaae59bcbb1", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-201708.22.0", "template": "ubuntu-14.04-i386", "packer": "1.0.4", "vagrant": "1.9.7", "providers": [ { "name": "virtualbox", "version": "5.1.26", "file": "ubuntu-14.04-i386-201708.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "133689786f7cbaa5dc97dba77dadf63b9b1beee5ff08643f627de4936f114bf9", "size": "300 MB", "build_time": 747 }, { "name": "vmware_desktop", "version": "12.5.7", "file": "ubuntu-14.04-i386-201708.22.0.vmware.box", "checksum_type": "sha256", "checksum": "e69bd998ce7daddafac583f0b7b45d71c00018492402f5b355f28b89079f26a2", "size": "360 MB", "build_time": 747 } ] }

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (359 MB)

  • virtualbox Hosted by Vagrant Cloud (299 MB)