How to use this box with Vagrant:

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

This version was created almost 5 years ago.

{ "name": "ubuntu-14.04-i386", "version": "201803.24.0", "build_timestamp": "20180325055949", "git_revision": "4f1a65426ce024ddd6539f2931186e23558bb30c", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-201803.24.0", "template": "ubuntu-14.04-i386", "packer": "1.1.3", "vagrant": "2.0.3", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "ubuntu-14.04-i386-201803.24.0.vmware.box", "checksum_type": "sha256", "checksum": "f9cc4b9418b2e07a507c2884ba3d587b21aa2e38eca80e1e01dce23af5d618fc", "size": "380 MB", "build_time": 942 } ] }

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

  • virtualbox Hosted by Vagrant Cloud (335 MB)