kb31415926/singularity-test:test

$ singularity pull shub://kb31415926/singularity-test:test

Singularity Recipe

Bootstrap:docker  
From:ubuntu:14.04

%labels
MAINTAINER kb31415926

%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 --assume-yes install sudo
    sudo apt-get --assume-yes update
    sudo apt-get --assume-yes install mc

echo "mc" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/kb31415926-singularity-test-test
collection name kb31415926/singularity-test
branch master
tag test
commit 389c2f6e4c519e1f80c3ecaae20c41d305123d1e
version (container hash) 1524153d6e26dba9ca90ad77af28e3e7
build date 2019-05-23T03:52:52.934Z
size (MB) 218
size (bytes) 77750303
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.