klabhub/singularity:rclone

$ singularity pull shub://klabhub/singularity:rclone

Singularity Recipe

Bootstrap: docker
From: alpine:3.5

%labels
    MAINTAINER Victor Sande <victorsv at gmail>
    APP rclone
    VERSION v1.41

%help
    Interact with several Cloud storage endpoints
    Syntax: [options] subcommand <parameters> <parameters...>
    Official docs: https://rclone.org/docs/


%post
    export RCLONE_VERSION=current
    export ARCH=amd64
    apk --no-cache add ca-certificates fuse wget 
    cd /tmp 
    wget -q http://downloads.rclone.org/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip 
    unzip /tmp/rclone-${RCLONE_VERSION}-linux-${ARCH}.zip 
    mv /tmp/rclone-*-linux-${ARCH}/rclone /usr/bin 
    rm -r /tmp/rclone* 

%runscript
    /usr/bin/rclone "$@"


##############################
# RClone
##############################

%apphelp rclone
    Interact with several Cloud storage endpoints
    Syntax: [options] subcommand <parameters> <parameters...>
    Official docs: https://rclone.org/docs/

%apprun rclone
    /usr/bin/rclone "$@"

CMD ["--version"]

Collection


View on Datalad

Metrics

key value
id /containers/klabhub-singularity-rclone
collection name klabhub/singularity
branch master
tag rclone
commit c89f7024ef0eb6cd2fdc45c1af281bdb8062cfc5
version (container hash) 552687df4a6320a64c562e0bcd85cdb6
build date 2020-12-22T06:06:21.091Z
size (MB) 36
size (bytes) 12328991
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.