How to use this box with Vagrant:

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

This version was created about 4 years ago.

{ "name": "ubuntu-18.10", "version": "201812.27.0", "build_timestamp": "20190101191021", "git_revision": "4acf795618cf5e5e60d59cb2458c9555be21ba47", "git_status": "dirty", "box_basename": "ubuntu-18.10-201812.27.0", "template": "ubuntu-18.10-amd64", "packer": "1.3.2", "vagrant": "2.2.0", "providers": [ { "name": "vmware_desktop", "version": "11.0.2", "file": "ubuntu-18.10-201812.27.0.vmware.box", "checksum_type": "sha256", "checksum": "beb570232d96fe7c9909ffd29ea71827121f1c8fe8c8ad14aa57e29100401910", "size": "474 MB", "build_time": 939 } ] }

4 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (474 MB)

  • parallels Hosted by Vagrant Cloud (487 MB)

  • hyperv Hosted by Vagrant Cloud (424 MB)

  • virtualbox Hosted by Vagrant Cloud (427 MB)