How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "kurron/bionic-xubuntu"
config.vm.box_version = "2018.05.2504"
end
vagrant init kurron/bionic-xubuntu \
--box-version 2018.05.2504
vagrant up
This version was created over 4 years ago.
Ubuntu 18.04 Bionic Beaver support. Xubuntu desktop GUI. No other software added.