nathanjent/i_will_do_science_to_it:latest

$ singularity pull shub://nathanjent/i_will_do_science_to_it:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:18.04

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

Collection


View on Datalad

Metrics

key value
id /containers/nathanjent-i_will_do_science_to_it-latest
collection name nathanjent/i_will_do_science_to_it
branch master
tag latest
commit 3b3f5e93e7257816766da55e93344789e38319fe
version (container hash) 749bbda570d784c98a89e5e6c2f10bfa
build date 2019-11-21T13:36:55.661Z
size (MB) 96.0
size (bytes) 46661663
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.