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