How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04"
config.vm.box_version = "201808.24.0"
end
vagrant init bento/ubuntu-14.04 \
--box-version 201808.24.0
vagrant up
This version was created about 5 years ago.
{ "name": "ubuntu-14.04", "version": "201808.24.0", "build_timestamp": "20180902160454", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "ubuntu-14.04-201808.24.0", "template": "ubuntu-14.04-amd64", "packer": "1.2.5", "vagrant": "2.0.2", "providers": [ { "name": "hyperv", "version": "10.0.16299.15", "file": "ubuntu-14.04-201808.24.0.hyperv.box", "checksum_type": "sha256", "checksum": "07abe4c813eb5504648a8f2e9b752b2294de5742eaf7b93f11efd412e28d42e3", "size": "317 MB", "build_time": 661 } ] }