How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "almalinux/8"
config.vm.box_version = "8.3.20210203"
end
vagrant init almalinux/8 \
--box-version 8.3.20210203
vagrant up
This version was created over 1 year ago.
AlmaLinux 8.3 Beta x86_64 box with VirtualBox 6.1.18 Guest Additions.