How to use this box with Vagrant:

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

This version was created almost 5 years ago.

{ "name": "fedora-26", "version": "201805.15.0", "build_timestamp": "20180516230354", "git_revision": "225a5c5b0106b0cddf3932cdf0ce95d1ed27c5ca", "git_status": "dirty", "box_basename": "fedora-26-201805.15.0", "template": "fedora-26-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "fedora-26-201805.15.0.vmware.box", "checksum_type": "sha256", "checksum": "4084bc92fe7e2a75b26d4c9846b4ff86118e412b4511df92b376cf16b20c0b8a", "size": "371 MB", "build_time": 484 } ] }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (370 MB)

  • parallels Hosted by Vagrant Cloud (361 MB)

  • virtualbox Hosted by Vagrant Cloud (299 MB)