icaoberg/singularity-gifgen:latest

$ singularity pull shub://icaoberg/singularity-gifgen:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

IncludeCmd: yes

%labels
    AUTHOR icaoberg
    MAINTAINER icaoberg@alumni.cmu.edu
    WEBSITE http://www.cbd.cmu.edu/icaoberg
    VERSION 1.0

%runscript
    exec /bin/bash "$@"

%post
    echo "Update aptitude"
    /usr/bin/apt-get update && apt-get install -y --no-install-recommends apt-utils
    /usr/bin/apt-get update --fix-missing
    /usr/bin/apt-get install -y curl git ffmpeg
    echo "Installing gifgen"
    git clone --depth 1 https://github.com/lukechilds/gifgen.git
    mv gifgen/gifgen /usr/local/bin
    rm -rf gifgen

    if [ ! -d /images ]; then mkdir /images; fi
    if [ ! -d /projects ]; then mkdir /projects; fi
    if [ ! -d /containers ]; then mkdir /containers; fi
    if [ ! -d /share ]; then mkdir /share; fi
    if [ ! -d /scratch ]; then mkdir /scratch; fi
    if [ ! -d /webservers/pfenningweb ]; then mkdir -p /webservers/pfenningweb; fi

####################################################################################
%appenv gifgen
    APP=/usr/local/bin/gifgen
    export APP

%apphelp gifgen
    For more information about goto visit https://github.com/lukechilds/gifgen

%apprun gifgen
    gifgen "$@"

####################################################################################
%appenv ffmpeg
    APP=/usr/bin/ffmpeg
    export APP

%apphelp ffmpeg
    For more information about ffmpeg visit https://www.ffmpeg.org/

%apprun ffmpeg
    ffmpeg "$@"

Collection


View on Datalad

Metrics

key value
id /containers/icaoberg-singularity-gifgen-latest
collection name icaoberg/singularity-gifgen
branch master
tag latest
commit 984ac622a9f1ba69318f8dd630b06d142a77faf0
version (container hash) 894647b31495c2818d4d06b5df2274c6
build date 2019-09-13T03:57:43.121Z
size (MB) 447.0
size (bytes) 177958943
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.