GeertvanGeest/test_shub:latest
$ singularity pull shub://GeertvanGeest/test_shub: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 update
apt-get -y install vim
echo 'echo $@' >> /code/rawr.sh
chmod u+x /code/rawr.sh
Collection
- Name: GeertvanGeest/test_shub
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/GeertvanGeest-test_shub-latest |
collection name | GeertvanGeest/test_shub |
branch | main |
tag | latest |
commit | 89592aba3de145636b222e5421a550aa88cc06d0 |
version (container hash) | 309ef2d664e3f4a637bd962945e2010d |
build date | 2021-04-12T07:03:39.760Z |
size (MB) | 186.0 |
size (bytes) | 77590559 |
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.