How to use this box with Vagrant:

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

This version was created almost 6 years ago.

{ "name": "ubuntu-17.04-i386", "version": "201801.02.0", "build_timestamp": "20180103211403", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "ubuntu-17.04-i386-201801.02.0", "template": "ubuntu-17.04-i386", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.0", "file": "ubuntu-17.04-i386-201801.02.0.vmware.box", "checksum_type": "sha256", "checksum": "cbce33941536c1e27253d34ab71eac4b24cbb6b6dc0a0326c2ec63365025a7d0", "size": "453 MB", "build_time": 1092 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (450 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (409 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (453 MB)