Singularity repo to package docker artifacts:base:latest container for running GobyWeb plugins with Singularity
To build the image:
- Install singularity (Mac: http://singularity.lbl.gov/install-mac)
- Activate the vagrant VM
vagrant init singularityware/singularity-2.4
vagrant up
vagrant ssh
- Inside the VM
cd /vagrant
git clone [email protected]:CampagneLaboratory/GobyWeb-Singularity.git
cd GobyWeb-Singularity/
sudo singularity build --writable CampagneLaboratory-GobyWeb-Singularity-master-latest.img shub://CampagneLaboratory/GobyWeb-Singularity
- At this point, we can exit the VM and copy the image file: CampagneLaboratory-GobyWeb-Singularity-master-latest.img