robomorelli/singularity_test:latest

$ singularity pull shub://robomorelli/singularity_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
#apt-get install vim
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/robomorelli-singularity_test-latest
collection name robomorelli/singularity_test
branch main
tag latest
commit 3dffee4eb1b318c0e28c5d8eaf4891ce586d7ceb
version (container hash) 309e50f99fb7263f7ea22d0ed1bd91be
build date 2021-03-20T19:32:13.860Z
size (MB) 96.0
size (bytes) 37068831
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.