How to use this box with Vagrant:

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

This version was created about 4 years ago.

{ "name": "freebsd-12.0-i386", "version": "201812.27.0", "build_timestamp": "20181230235155", "git_revision": "4acf795618cf5e5e60d59cb2458c9555be21ba47", "git_status": "dirty", "box_basename": "freebsd-12.0-i386-201812.27.0", "template": "freebsd-12.0-i386", "packer": "1.3.2", "vagrant": "2.2.0", "providers": [ { "name": "parallels", "version": "14.1.0", "file": "freebsd-12.0-i386-201812.27.0.parallels.box", "checksum_type": "sha256", "checksum": "07399ba74d8662dda7397530fd49a8a5f9d4a56c43f1a31605593016720c75cf", "size": "393 MB", "build_time": 509 } ] }

2 providers for this version.
  • parallels Hosted by Vagrant Cloud (393 MB)

  • virtualbox Hosted by Vagrant Cloud (378 MB)