ggruszczynski/singularity_recipies:latest

$ singularity pull shub://ggruszczynski/singularity_recipies:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:20.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 update
apt-get install -y vim  
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/ggruszczynski-singularity_recipies-latest
collection name ggruszczynski/singularity_recipies
branch master
tag latest
commit 32bd16d3ee9e3c1871cdfb50549087f4265da732
version (container hash) 91e7354ff63c9f2472d315f8b0e0b89f
build date 2020-09-10T17:56:43.590Z
size (MB) 172.0
size (bytes) 66048031
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.