How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-17.10"
config.vm.box_version = "201712.31.0"
end
vagrant init bento/ubuntu-17.10 \
--box-version 201712.31.0
vagrant up
This version was created over 5 years ago.
{ "name": "ubuntu-17.10", "version": "201712.31.0", "build_timestamp": "20171231112950", "git_revision": "b144036135a5c269e790e9030a6385dbabf632ce", "git_status": "dirty", "box_basename": "ubuntu-17.10-201712.31.0", "template": "ubuntu-17.10-amd64", "packer": "1.1.1", "vagrant": "2.0.1", "providers": [ { "name": "virtualbox", "version": "5.2.4", "file": "ubuntu-17.10-201712.31.0.virtualbox.box", "checksum_type": "sha256", "checksum": "782be953df35692835b43ed9bef6bc8dfc0534e81e5a6828b787ad55ddfd59e4", "size": "444 MB", "build_time": 1060 } ] }