How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gbailey/stream8-mate"
config.vm.box_version = "8.6.20220711"
end
vagrant init gbailey/stream8-mate \
--box-version 8.6.20220711
vagrant up
This version was created about 2 years ago.
CentOS Stream 8 workstation with MATE 1.26 desktop, VirtualBox 6.1.34 guest additions, development tools, Visual Studio Code, Google chrome, Firefox, Thunderbird, Docker CE, Go 1.18.3, Java (OpenJDK), Python 3.8, Python 3.9, Rust 1.60.0, MariaDB Server, kubectl, minikube, and CentOS updates as of July 11, 2022.