nathanjmorton/shub-test:latest

$ singularity pull shub://nathanjmorton/shub-test:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:16.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  
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/nathanjmorton-shub-test-latest
collection name nathanjmorton/shub-test
branch master
tag latest
commit f2f875ada24de3265bb788031dfd838fe7c947f4
version (container hash) 6008386da063cadec1f7944f3c896ffa
build date 2020-05-21T04:43:01.850Z
size (MB) 96.0
size (bytes) 37040159
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.