johnfrx/globus-container:latest

$ singularity pull shub://johnfrx/globus-container:latest

Singularity Recipe

Bootstrap: docker
From: centos:latest

%runscript
    exec echo "Centos7 image for use with globus"


%post
    #echo "The post section is where you can install, and configure your container."
    #
    yum -y update && yum -y install epel-release openssl openssl-dev
    yum -y install git wget bzip2 aria2
    yum -y install tmux atop dstat
    yum -y install yum-utils
    #
    # Install the globus repo
    mkdir -p /etc/pki/rpm-gpg
    mkdir -p /data
    mkdir -p /seq
    mkdir -p /secure
    mkdir -p /scratch
    wget https://downloads.globus.org/toolkit/gt6/stable/repo/rpm/RPM-GPG-KEY-Globus -O /etc/pki/rpm-gpg/RPM-GPG-KEY-Globus
    yum-config-manager --add-repo https://downloads.globus.org/toolkit/gt6/stable/repo/rpm/globus-toolkit-6-stable-el7.repo
    yum-config-manager --enable Globus-Toolkit-6-el7
    yum install -y globus-gridftp

Collection


View on Datalad

Metrics

key value
id /containers/johnfrx-globus-container-latest
collection name johnfrx/globus-container
branch master
tag latest
commit cdd990e5985160505d713c4614ed664ac668d8c6
version (container hash) 7c5fdca1bd59cd0ccf7ba6380d0232e3
build date 2020-01-16T03:48:31.847Z
size (MB) 415
size (bytes) 147017759
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.