How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "almalinux/8"
config.vm.box_version = "8.6.20220819"
end
vagrant init almalinux/8 \
--box-version 8.6.20220819
vagrant up
This version was created about 2 years ago.
The third update of AlmaLinux OS 8.6 Vagrant boxes