How to use this box with Vagrant:

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

This version was created almost 5 years ago.

{ "name": "oracle-7.5", "version": "201806.08.0", "build_timestamp": "20180613222848", "git_revision": "4d32668d30a268443cd0ccbb52c80695429cb488", "git_status": "dirty", "box_basename": "oracle-7.5-201806.08.0", "template": "oracle-7.5-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "virtualbox", "version": "5.2.12", "file": "oracle-7.5-201806.08.0.virtualbox.box", "checksum_type": "sha256", "checksum": "8c1051cf895740bcea7568122172a5436471a83af2c1da1cc74df6f373a6337c", "size": "882 MB", "build_time": 1738 } ] }

3 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (881 MB)

  • parallels Hosted by Vagrant Cloud (936 MB)

  • vmware_desktop Hosted by Vagrant Cloud (988 MB)