How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "almalinux/8"
config.vm.box_version = "8.6.20220513"
end
vagrant init almalinux/8 \
--box-version 8.6.20220513
vagrant up
This version was created over 1 year ago.
The initial version of AlmaLinux OS 8.6 (Sky Tiger)