How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gbailey/centos8-mate"
config.vm.box_version = "8.2.20200701"
end
vagrant init gbailey/centos8-mate \
--box-version 8.2.20200701
vagrant up
This version was created about 4 years ago.
CentOS 8 workstation with MATE 1.22 desktop, VirtualBox 6.1.10 guest additions, development tools, Visual Studio Code, Google chrome, Firefox, Thunderbird, Docker CE, Go 1.14.4, Java (OpenJDK), Python 3.6, Python 3.8, Rust 1.41.1, MariaDB Server, kubectl, minikube, and CentOS updates as of July 1, 2020.