timothydgreer/GSoC_2020:latest

$ singularity pull shub://timothydgreer/GSoC_2020:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:latest  

%labels
MAINTAINER timothydgreer


%environment
RAWR_BASE=/code
export RAWR_BASE

%runscript
echo "This is singularity with tag"
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/timothydgreer-GSoC_2020-latest
collection name timothydgreer/GSoC_2020
branch master
tag latest
commit a88f615320b31e63acd0b3e1c5fef12f2697e860
version (container hash) d0de884cf89cf5aafd283068075b0912
build date 2020-05-13T19:19:47.720Z
size (MB) 79.0
size (bytes) 27725855
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.