giovannipizzi/singularity-doubler:latest

$ singularity pull shub://giovannipizzi/singularity-doubler:latest

Singularity Recipe

Bootstrap: docker
From: alpine:3.9

%files
   doubler.sh /bin/

%post
    # The script needs bash
    apk update
    apk upgrade
    apk add bash
    # Ensure it's executable
    chmod +x /bin/doubler.sh    

%environment
    export LC_ALL=en_US.UTF-8

%runscript
    /bin/doubler.sh

Collection


View on Datalad

Metrics

key value
id /containers/giovannipizzi-singularity-doubler-latest
collection name giovannipizzi/singularity-doubler
branch master
tag latest
commit 8c329b8cb4ca2ec6c8b9920f5b214b5f218373fc
version (container hash) 201bbb0a63e3bc4089d73b1bfea303fe
build date 2019-03-07T01:18:17.721Z
size (MB) 17
size (bytes) 5111839
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.