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.

Ruby 2.7.7

Original image: cosm/centos7 7.9.2009.20221117

Customize

  • install: ruby 2.7.7p221 (rbenv system wide install)
  • not installed VirtualBox Guest Additions
  • gem update cgi (for CVE-2021-33621)
1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (586 MB)