How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "kurron/focal-xubuntu"
config.vm.box_version = "2020.10.2800"
end
vagrant init kurron/focal-xubuntu \
--box-version 2020.10.2800
vagrant up
This version was created about 3 years ago.
Use Snap and SDK Man! to manage IDE and JVM installation instead of baking everything into the image. Checkout the bin folder for installation scripts. See README for launch instructions.