How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/oracle-7.4"
config.vm.box_version = "201805.15.0"
end
vagrant init bento/oracle-7.4 \
--box-version 201805.15.0
vagrant up
This version was created almost 5 years ago.
{ "name": "oracle-7.4", "version": "201805.15.0", "build_timestamp": "20180516230433", "git_revision": "d7149ee88fa3ee0a838ef802bc237634a27c5794", "git_status": "dirty", "box_basename": "oracle-7.4-201805.15.0", "template": "oracle-7.4-x86_64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "parallels", "version": "13.3.0", "file": "oracle-7.4-201805.15.0.parallels.box", "checksum_type": "sha256", "checksum": "60cfc34409dd1882a385c352ed9b2096939a83184d2de089322f774294461c67", "size": "782 MB", "build_time": 1346 } ] }