Himani2000/Singularity-test:latest

$ singularity pull shub://Himani2000/Singularity-test:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:latest  

%labels
MAINTAINER negi


%environment
RAWR_BASE=/code
export RAWR_BASE

%runscript
echo "This is singularity with tag"
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/Himani2000-Singularity-test-latest
collection name Himani2000/Singularity-test
branch master
tag latest
commit 74029e6db3077ed5064248b58929ba811fad07bd
version (container hash) 004e65bd28d436bb4e5ba1170f7a59ba
build date 2020-05-11T17:52:26.344Z
size (MB) 79.0
size (bytes) 27725855
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.