How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "oracle-7.4", "version": "201801.05.0", "build_timestamp": "20180106035420", "git_revision": "964d4e5c3d7edd239a3a5ef7d5edde2062aa2bcf", "git_status": "clean", "box_basename": "oracle-7.4-201801.05.0", "template": "oracle-7.4-x86_64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "parallels", "version": "13.2.0", "file": "oracle-7.4-201801.05.0.parallels.box", "checksum_type": "sha256", "checksum": "260a2aa617b76f3422c9b66865c938d0d22052a5a1e6124f2f9509400702e6f3", "size": "739 MB", "build_time": 1212 }, { "name": "virtualbox", "version": "5.2.4", "file": "oracle-7.4-201801.05.0.virtualbox.box", "checksum_type": "sha256", "checksum": "48375b6f41b9d740983c83492cc24b377af5e67a6fb9c16d72fcc0af65e00ce3", "size": "684 MB", "build_time": 1212 } ] }

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

  • virtualbox Hosted by Vagrant Cloud (683 MB)