tkundoch/singularity-test:latest

$ singularity pull shub://tkundoch/singularity-test:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:latest  

%labels
MAINTAINER Vanessasaur
SPECIES Dinosaur

%environment
RAWR_BASE=/code
export RAWR_BASE

%runscript
echo "This gets run when you run the image!" 
exec /bin/bash /code/rawr.sh "$@"  

%post  
echo "This section happens once after bootstrap to build the image."  
apt-get update
apt-get install -y vim
apt-get install -y locales
mkdir -p /code  
echo "echo RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/tkundoch-singularity-test-latest
collection name tkundoch/singularity-test
branch master
tag latest
commit 9a49ba61d29a17c66cf594568ea0ed9c5ad34014
version (container hash) e978502ad3f5b331fd84d2412b483d65
build date 2018-06-13T15:01:49.161Z
size (MB) 190
size (bytes) 81268767
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.