annack84/pronghorn-singularity:first

$ singularity pull shub://annack84/pronghorn-singularity:first

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

Collection


View on Datalad

Metrics

key value
id /containers/annack84-pronghorn-singularity-first
collection name annack84/pronghorn-singularity
branch master
tag first
commit ddedf37ad55e27cc0d04a957541554568f545841
version (container hash) 0a13c2f258fc9af67adf31c34ed33964
build date 2018-04-03T19:57:12.040Z
size (MB) 199
size (bytes) 84664351
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.