How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "coremedia/base7"
  config.vm.box_version = "2.0.0"
end
vagrant init coremedia/base7 \
  --box-version 2.0.0
vagrant up

This version was created about 8 years ago.

2.0.0

Using rolling ISO media release CentOS 7 July 2015 (1507) plus updates

Added workaround for https://bugs.centos.org/view.php?id=8490 (https://bugzilla.redhat.com/show_bug.cgi?id=1212883)

  • CentOS 7.1.1503 including kernel 3.10.0-229.11.1.el7.x86_64
  • bash 4.2.46-12.el7
  • openssl-1.0.1e-42.el7.9
  • mod_ssl-2.4.6-31.el7
  • VirtualBox guest additions 5.0.0
  • openjdk/1.8.0_51
  • libjpeg-turbo-official-1.4.1-20150608
  • Performance Co-Pilot (PCP) 3.10.6

based on f007ea210ab92bc34db21720d83afa53f82a3a92 (initiated by edehde)

1 provider for this version.
  • virtualbox Externally hosted (s3.eu-central-1.amazonaws.com)