whit2333/shub:dd4hep

$ singularity pull shub://whit2333/shub:dd4hep

Singularity Recipe

Bootstrap:docker  
From:whit2333/dd4hep-base:latest

%labels
MAINTAINER Derp
SPECIES butt

%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  
apt-get install vim  
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/whit2333-shub-dd4hep
collection name whit2333/shub
branch master
tag dd4hep
commit 0332f523a87ad2d2a209f1a423c1a7d871d48d2a
version (container hash) 180cddf2a27e9460ec1415664478beb2
build date 2018-01-01T00:44:31.242Z
size (MB) 3943
size (bytes) 1763577887
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.