How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "ubuntu-17.10", "version": "201801.02.0", "build_timestamp": "20180104170843", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "ubuntu-17.10-201801.02.0", "template": "ubuntu-17.10-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "hyperv", "version": "10.0.16299.15", "file": "ubuntu-17.10-201801.02.0.hyperv.box", "checksum_type": "sha256", "checksum": "f346f4718fa6310ce8cb668b18f38dec62c610d05c55f5a60a396896e85171e0", "size": "404 MB", "build_time": 793 } ] }

4 providers for this version.
  • hyperv Hosted by Vagrant Cloud (403 MB)

  • vmware_desktop Hosted by Vagrant Cloud (498 MB)

  • virtualbox Hosted by Vagrant Cloud (442 MB)

  • parallels Hosted by Vagrant Cloud (477 MB)