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