How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gbailey/mate"
config.vm.box_version = "7.7.20191026"
end
vagrant init gbailey/mate \
--box-version 7.7.20191026
vagrant up
This version was created over 4 years ago.
CentOS 7 workstation with MATE 1.20 desktop, VirtualBox 6.0.14 guest additions, development tools, Google chrome, Firefox, Thunderbird, Docker, Go 1.13.3, Java (OpenJDK), Python 3.6, Node.js 12.13.0, Rust 1.38.0, freetype-freeworld installed for improved font rendering (Nux repo), kubectl, minikube, and CentOS updates as of October 26, 2019.