How to use this box with Vagrant:

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

This version was created over 7 years ago.

3.0.0 - 2016-12-29

  • The CentOS 7.x image should be more-or-less exactly the same. Same packages, same configurations.
  • Forked CentOS, Debian, and Ubuntu from chef/bento @ tag:2.3.2, and stripped out everything I don't care about.
  • Forked Alpine Linux from nlamirault/bento @ commit:ca8813.
  • Added Alpine build definitions for VMware and Parallels Desktop.
  • Properly adopted the Apache 2.0 License, which is coincidentally what chef/bento and nlamirault/bento both use.
3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (735 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (653 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (749 MB)