How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gbailey/mate"
config.vm.box_version = "7.5.20181031"
end
vagrant init gbailey/mate \
--box-version 7.5.20181031
vagrant up
This version was created over 5 years ago.
CentOS 7 workstation with MATE desktop, VirtualBox 5.2.20 guest additions, development tools, Google chrome, Docker, Go 1.11.1, Java (OpenJDK), Python 3.5 (IUS repo), Python 3.6 (IUS repo), FreeType with infinality patches for improved font rendering (Nux repo), and CentOS updates as of October 31, 2018.