How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-17.10"
config.vm.box_version = "201803.24.0"
end
vagrant init bento/ubuntu-17.10 \
--box-version 201803.24.0
vagrant up
This version was created over 5 years ago.
{ "name": "ubuntu-17.10", "version": "201803.24.0", "build_timestamp": "20180326115418", "git_revision": "4f1a65426ce024ddd6539f2931186e23558bb30c", "git_status": "dirty", "box_basename": "ubuntu-17.10-201803.24.0", "template": "ubuntu-17.10-amd64", "packer": "1.2.1", "vagrant": "2.0.2", "providers": [ { "name": "hyperv", "version": null, "file": "ubuntu-17.10-201803.24.0.hyperv.box", "checksum_type": "sha256", "checksum": "63815666bfabec2cb78f14c48ffd8e0b05431003fcca5cb8465999e800acbd2a", "size": "430 MB", "build_time": 726 } ] }