recap/http-singularity:latest

$ singularity pull shub://recap/http-singularity:latest

Singularity Recipe

BootStrap: docker
From: ubuntu:16.04
%label
	Author R.S.Cushing@uva.nl
	Version v0.0.1
%setup
   # commands to be executed on host outside container during bootstrap
%test
   # commands to be executed within container at close of bootstrap process
%environment
%runscript
   # commands to be executed when the container runs
   echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
   echo "PATH: $PATH"
   echo "Arguments received: $*"
   exec "$@"
%post
   # commands to be executed inside container during bootstrap
   apt-get update && apt-get install -y python wget

Collection


View on Datalad

Metrics

key value
id /containers/recap-http-singularity-latest
collection name recap/http-singularity
branch master
tag latest
commit 2b091d50cd41cef9dc6f3dd2346331def155aed8
version (container hash) 7cb8647fc2afb095991ce1751617b86e
build date 2020-01-13T13:04:22.928Z
size (MB) 157
size (bytes) 66678815
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.