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)

https://wiki.almalinux.org/release-notes/8.6.html

5 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (714 MB)
  • libvirt
    unknown Hosted by Vagrant Cloud (695 MB)
  • parallels
    unknown Hosted by Vagrant Cloud (689 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (729 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (678 MB)