How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "oraclebase/oracle-8"
config.vm.box_version = "2023.05.21"
end
vagrant init oraclebase/oracle-8 \
--box-version 2023.05.21
vagrant up
This version was created 6 months ago.
Based on OL8.7 with UEK7, plus VirtualBox 7.0.8 guest additions.