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.20230110"
end
vagrant init cosm/centos7_ruby2.7 \
--box-version 2.7.7.20230110
vagrant up
This version was created 3 months ago.
Original image: cosm/centos7 7.9.2009.20221117
Customize
※ v2.7.7.20221213からの変更点は、 gem update cgi (for CVE-2021-33621) の取消し