dylanturpin/shub_test:latest

$ singularity pull shub://dylanturpin/shub_test:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:16.04

%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."  
mkdir -p /code  
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/dylanturpin-shub_test-latest
collection name dylanturpin/shub_test
branch master
tag latest
commit ea8454a3721ba768461b01a077598aeab8cab6f3
version (container hash) 8836f9ce00453775359e31b1cc2c95e5
build date 2019-11-27T21:26:01.253Z
size (MB) 96.0
size (bytes) 37146655
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.