How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "oraclebase/oracle-7"
config.vm.box_version = "2021.04.21"
end
vagrant init oraclebase/oracle-7 \
--box-version 2021.04.21
vagrant up
This version was created about 2 years ago.
Based on OL7.9 with UEK6, plus VirtualBox 6.1.20 guest additions.