nathanjmorton/shub-test:latest
$ singularity pull shub://nathanjmorton/shub-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
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh
Collection
- Name: nathanjmorton/shub-test
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/nathanjmorton-shub-test-latest |
collection name | nathanjmorton/shub-test |
branch | master |
tag | latest |
commit | f2f875ada24de3265bb788031dfd838fe7c947f4 |
version (container hash) | 6008386da063cadec1f7944f3c896ffa |
build date | 2020-05-21T04:43:01.850Z |
size (MB) | 96.0 |
size (bytes) | 37040159 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.