How to use this box with Vagrant:

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

This version was created almost 5 years ago.

{ "name": "fedora-26", "version": "201806.08.0", "build_timestamp": "20180609065721", "git_revision": "46c5b86f610baf7f28b3082398a567f33f80a905", "git_status": "dirty", "box_basename": "fedora-26-201806.08.0", "template": "fedora-26-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.2", "file": "fedora-26-201806.08.0.vmware.box", "checksum_type": "sha256", "checksum": "574a81287788599993ea28ba085a4a40c39a3ab20120f74909bc88c7022407dc", "size": "371 MB", "build_time": 497 } ] }

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

  • virtualbox Hosted by Vagrant Cloud (294 MB)