zhinoos/test2:latest

$ singularity pull shub://zhinoos/test2: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 https://github.com/zhinoos/test2/blob/master/rawr.sh
%/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/zhinoos-test2-latest
collection name zhinoos/test2
branch master
tag latest
commit 50d09a64e5f2f3ac75cec9bde5e012c5fbc8fc91
version (container hash) 9cea22571e85c79270af538c95e6f88d
build date 2020-04-21T15:04:24.630Z
size (MB) 95.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.