How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "ubuntu-17.10", "version": "201806.08.0", "build_timestamp": "20180613230230", "git_revision": "46c5b86f610baf7f28b3082398a567f33f80a905", "git_status": "dirty", "box_basename": "ubuntu-17.10-201806.08.0", "template": "ubuntu-17.10-amd64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "parallels", "version": "13.3.1", "file": "ubuntu-17.10-201806.08.0.parallels.box", "checksum_type": "sha256", "checksum": "afabde675e0ee0263adbce880ef5f24f1f36a089431fd858a1a6817425e9f33b", "size": "476 MB", "build_time": 1497 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (476 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (429 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (477 MB)