aparrar1/pronghorn-singularity:first

$ singularity pull shub://aparrar1/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 
#hello

Collection


View on Datalad

Metrics

key value
id /containers/aparrar1-pronghorn-singularity-first
collection name aparrar1/pronghorn-singularity
branch master
tag first
commit e52520dc2c3a65fc4f64c7f223abfc78e24cec7d
version (container hash) 2c8fdf492cec429a44ae87f17c99e231
build date 2018-04-03T19:57:12.060Z
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.