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
- Name: robomorelli/singularity_test
- License: None
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 |
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.