How to use this box with Vagrant:

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

This version was created about 4 years ago.

{ "name": "freebsd-12.0", "version": "201812.27.0", "build_timestamp": "20181231184033", "git_revision": "4acf795618cf5e5e60d59cb2458c9555be21ba47", "git_status": "dirty", "box_basename": "freebsd-12.0-201812.27.0", "template": "freebsd-12.0-amd64", "packer": "1.3.2", "vagrant": "2.2.0", "providers": [ { "name": "virtualbox", "version": "5.2.22", "file": "freebsd-12.0-201812.27.0.virtualbox.box", "checksum_type": "sha256", "checksum": "c9c719d56cc18673c59555eaf451907017527bbd95ed8df663adba2f02012f4d", "size": "679 MB", "build_time": 573 } ] }

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (679 MB)

  • parallels Hosted by Vagrant Cloud (535 MB)