How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "rockylinux/8"
  config.vm.box_version = "5.0.0"
end
vagrant init rockylinux/8 \
  --box-version 5.0.0
vagrant up

This version was created over 2 years ago.

Rocky Linux 8.5 - As of March 28th 2022

3 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (957 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.01 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (950 MB)