How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "oracle-7.3", "version": "201708.22.0", "build_timestamp": "20170823005715", "git_revision": "a587fdc4fd88dcca3382d28f2eb9acaae59bcbb1", "git_status": "dirty", "box_basename": "oracle-7.3-201708.22.0", "template": "oracle-7.3-x86_64", "packer": "1.0.4", "vagrant": "1.9.7", "providers": [ { "name": "virtualbox", "version": "5.1.26", "file": "oracle-7.3-201708.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "64577cf4d23fb1f14537a219bac7e5aba98a27c31b587ef7aa11c2b78a8cb68a", "size": "703 MB", "build_time": 1115 }, { "name": "vmware_desktop", "version": "12.5.7", "file": "oracle-7.3-201708.22.0.vmware.box", "checksum_type": "sha256", "checksum": "88190ac26a7e651219c8cf9d5f4237eda3c9542fc1b05c7695b5ebb0de53191b", "size": "767 MB", "build_time": 1115 } ] }

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (738 MB)

  • vmware_desktop Hosted by Vagrant Cloud (766 MB)

  • virtualbox Hosted by Vagrant Cloud (702 MB)