How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "ubuntu-17.10", "version": "201805.15.0", "build_timestamp": "20180517004915", "git_revision": "d7149ee88fa3ee0a838ef802bc237634a27c5794", "git_status": "dirty", "box_basename": "ubuntu-17.10-201805.15.0", "template": "ubuntu-17.10-amd64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "parallels", "version": "13.3.0", "file": "ubuntu-17.10-201805.15.0.parallels.box", "checksum_type": "sha256", "checksum": "1e32cedd58da117312ac409441ece69ed5d72c9fcdca741315b74f48ac49e8c6", "size": "495 MB", "build_time": 1457 } ] }

2 providers for this version.
  • parallels Hosted by Vagrant Cloud (494 MB)

  • virtualbox Hosted by Vagrant Cloud (461 MB)