hpcdevops/singularity-hello-world:latest

$ singularity pull shub://hpcdevops/singularity-hello-world:latest

Singularity Recipe

Bootstrap:docker  
From:ubuntu:16.04

%labels
MAINTAINER hpcdevops
WHATAMI helloworld

%environment
HELLO_WORLD="DATA to DISCOVER"
export HELLO_WORLD

%files
hello.sh /hello.sh

%runscript
exec /bin/bash /hello.sh "$@"

%test
/hello.sh | grep DISCOVER

%post
chmod u+x /hello.sh

Collection


View on Datalad

Metrics

key value
id /containers/hpcdevops-singularity-hello-world-latest
collection name hpcdevops/singularity-hello-world
branch master
tag latest
commit c69c285299be4b189e488262f67fc0d5f8d2d8d8
version (container hash) 2a661c3a0870e5ac42e0e05dfa8231b2
build date 2021-02-04T14:19:49.729Z
size (MB) 95
size (bytes) 37015583
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.