pndni/centos7-base:1.1.0

$ singularity pull shub://pndni/centos7-base:1.1.0

Singularity Recipe

Bootstrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/x86_64/
Include: yum

%post
    yum install -y wget file bc tar gzip libquadmath which bzip2 libgomp tcsh perl less vim
    yum groupinstall -y "Development Tools"
    wget https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-Linux-x86_64.sh
    mkdir -p /opt/cmake
    /bin/bash cmake-3.14.0-Linux-x86_64.sh --prefix=/opt/cmake --skip-license
    rm cmake-3.14.0-Linux-x86_64.sh

%labels
    Maintainer "Steven Tilley"

Collection


View on Datalad

Metrics

key value
id /containers/pndni-centos7-base-1.1.0
collection name pndni/centos7-base
branch 1.1.0
tag 1.1.0
commit 975b4dc79458a46ebe28cd095738e56847abb13a
version (container hash) 334c4e0de9234acc143f146ec92ae411
build date 2019-04-03T19:40:15.578Z
size (MB) 977
size (bytes) 316862495
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.