How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "oracle-7.3", "version": "2.3.8", "build_timestamp": "20170704012224", "git_revision": "3869bda09703774a3e5db1aca0d02c022f9d34db", "git_status": "dirty", "box_basename": "oracle-7.3-2.3.8", "template": "oracle-7.3-x86_64", "packer": "1.0.2", "vagrant": "1.9.5", "providers": [ { "name": "parallels", "version": "12.2.0", "file": "oracle-7.3-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "e017511edb7a1275fe6b093f12c5680e9e14bd9c1b8a6c8d34c418ac7e653594", "size": "564 MB", "build_time": 618 } ] }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (598 MB)

  • virtualbox Hosted by Vagrant Cloud (517 MB)

  • parallels Hosted by Vagrant Cloud (561 MB)