Vagrant is so popular these days, almost a MUST HAVE DevOps tool. Together with provisioning tools like Chef, Puppet, Ansible (or even Shell scripts), they become people’s Top Gear;-)
Here is a list of places where you can get all sorts of vagrant base boxes for different purposes: development, testing, or even production, whatever.
@garethr
hosted on Heroku using Nginx. See the story here: The Vagrantbox.es Story. I’ve contributed the Oracle Linux {5,6}
base boxes to the project;-)NOTE: #2 #3 #4 have already been listed on vagrantbox.es BUT most likely out-dated.
If you are looking for Virtual Machines with server applications (e.g. GitLab, Discourse, WordPress, Ruby Stack, Joomla! Drupal etc…) pre-installed and configured, try Bitnami Stacks, it rocks!
Last but not least, have a look at packer which is a tool for creating identical machine images for multiple platforms from a single source configuration. It was created by the same dude who created Vagrant;-)
EOF