How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/oraclelinux-6-x86_64"
config.vm.box_version = "6.9"
end
vagrant init terrywang/oraclelinux-6-x86_64 \
--box-version 6.9
vagrant up
This version was created almost 7 years ago.
Oracle Linux 6.9 x86_64 base image, details -> oraclelinux-6-x86_64