How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "pulp/centos8-fips"
config.vm.box_version = "2004.20200611.2"
end
vagrant init pulp/centos8-fips \
--box-version 2004.20200611.2
vagrant up
This version was created over 2 years ago.