Virtual Core Project aims to build super compact software platforms which is to be 'single purpose operation system' on virtualized environments. Based on Tiny Core Linux, the smallest disk image is 12Mb in size. They are tested on a Vagrant/Virtualbox pair.
- Files : Vagrantfile, vcore-tc.5.0.2-core-i386.box
- Build Date: Nov/10/2013
- Based on: Micro Core Linux 5.0.2 i386
- Tested on: Vagrant 1.3.5 with Virtualbox 4.3.2
- VM Spec : 1 cpu / 256M mem / 512M hdd (default)
- User/Pass : tc/vagrant
- Box Size : 12.27M
- Box MD5: bd7ef3c2e72f83170766c807383c1b08
- Files : vcore-tc.5.0.2-core-amd64.box
- Build Date: Nov/10/2013
- Based on: Micro Core Linux 5.0.2 x86_64 release_candidates
- Tested on: Vagrant 1.3.5 with Virtualbox 4.3.2
- VM Spec : 1 cpu / 256M mem / 512M hdd (default)
- User/Pass : tc/vagrant
- Box Size : 21.86M
- Box MD5: f29ace82e656f727fcba5b9b3b9aff0d
Download 'Vagrantfile' somewhere and hit
$ vagrant up
$ vagrant ssh
This project is currently in development. Current build system is Veewee but will be replaced soon. So for now ,pull the definitions and build the image on Veewee.
- Core + minimum Ruby or Python set : for Rails, Gerrit
- Core + httpd + php : for testers
-- Hiroshi Yamamoto (higon@freepress.jp)