We are pleased to announce new official Vagrant images of CentOS Linux 6.8 and CentOS Linux 7.3.1611 for x86_64, featuring updated packages to 30 March 2017 and the following changes:
- The VMware images now use the paravirtualized SCSI controller (the kernel module for the LSILogic controller has been deprecated upstream).
- The VMware images now specify vmware_desktop, allowing them to work with both VMware Fusion and VMware Workstation
Known Issues
- The VirtualBox Guest Additions are not preinstalled; if you need them for shared folders, please install the instead of VirtualBox shared folders if possible. You can also use the
- Vagrant 1.8.7 is unable to download or update boxes due to
- Vagrant 1.9.3 doesn't work with SMB sync due to (updated for this release).
Recommended Setup on the Host
Our automatic testing is running on a CentOS Linux 7 host, using for libvirt-kvm, VirtualBox and VMware.
If you never used our images before:
$ vagrant box add centos/6 # for CentOS Linux 6
$ vagrant box add centos/7 # for CentOS Linux 7
Existing users can upgrade their images:
$ vagrant box update --box centos/6
$ vagrant box update --box centos/7
Verifying the integrity of the images
The SHA256 checksums of the images are signed with the CentOS 7 Official Signing Key. First, download and verify the checksum file:
$ curl http://cloud.centos.org/centos/7/vagrant/x86_64/images/sha256sum.txt.asc -o sha256sum.txt.asc
$ gpg --verify sha256sum.txt.asc
If the check passed, you can use the corresponding checksum when downloading the image with Vagrant:
$ vagrant box add --checksum-type sha256 --checksum 82bbed14c34fdd8fd3cb617b0e8c0f154ebd4d1388f45de3335b2cdf791e5fed --provider libvirt --box-version 1703.01 centos/7
Unfortunately, this is not possible with vagrant box update.
Feedback
If you encounter any unexpected issues with the Vagrant images, feel free to ask on the centos-devel mailing list, or via IRC, in #centos on Freenode.
Ackowledgements
We would like to thank Fabian Arrotin and Thomas Oulevey for their work on the build infrastructure.
We would also like to thank the following people (listed alphabetically):
- Graham Mainwaring, for helping with tests and validations
- Michael Vermaes, for testing our official images, as well as for writing the detailed guide to using them with VMware Fusion Pro and VMware Workstation Pro.
SOCIAL SHARE CARD GENERATOR