How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cosm/centos7_ruby2.7"
config.vm.box_version = "2.7.7.20221213"
end
vagrant init cosm/centos7_ruby2.7 \
--box-version 2.7.7.20221213
vagrant up
This version was created 4 months ago.
Original image: cosm/centos7 7.9.2009.20221117
Customize