How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "insaneworks/almalinux8"
config.vm.box_version = "20210627"
end
vagrant init insaneworks/almalinux8 \
--box-version 20210627
vagrant up
This version was created 11 months ago.