juanca09/dino:latest
$ singularity pull shub://juanca09/dino:latest
Singularity Recipe
Bootstrap:docker
From:centos:7
%labels
MAINTAINER juanca09
SPECIES Dinosaur
%environment
RAWR_BASE=/code
export RAWR_BASE
%runscript
echo "This gets run when you run the dino image!"
exec /bin/bash /code/dino.sh "$@"
%post
echo "This section happens once after bootstrap to build the image."
mkdir -p /code
yum install epel-release -y
yum install figlet -y
echo "echo \"RooAAARRRR !!!\"|figlet" >> /code/dino.sh
chmod u+x /code/dino.sh
Collection
- Name: juanca09/dino
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/juanca09-dino-latest |
collection name | juanca09/dino |
branch | main |
tag | latest |
commit | 2fd00096a860e1e8500ee9dd4db12b9090dbc2ee |
version (container hash) | 19668c26877e4711d69025a51f4c074f |
build date | 2021-02-15T14:21:08.750Z |
size (MB) | 326.0 |
size (bytes) | 120414239 |
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.