How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "solutionreach/stream9"
config.vm.box_version = "1.7.0.10"
end
vagrant init solutionreach/stream9 \
--box-version 1.7.0.10
vagrant up
This version was created 3 months ago.
CentOS Stream 9 image with VirtualBox Guest Additions v7.0.10 and Salt v3006.3 baked in.