How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "cosm/centos7"
  config.vm.box_version = "7.9.2009.20221117"
end
vagrant init cosm/centos7 \
  --box-version 7.9.2009.20221117
vagrant up

This version was created 4 months ago.

CentOS Linux release 7.9.2009 (Core)

Original image: centos/7 v2004.01

Customize

  • install: glibc-common
  • timezone: UTC
  • firewall: disable
  • selinux: disable
  • install: yum-utils, epel-release(disable)
  • update: all
  • not installed VirtualBox Guest Additions
1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (534 MB)