pndni/centos7-base:1.1.1

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

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
    Version 1.1.1

Collection


View on Datalad

Metrics

key value
id /containers/pndni-centos7-base-1.1.1
collection name pndni/centos7-base
branch 1.1.1
tag 1.1.1
commit 35a54bf07a55458f2e086a9035133543cc9e1a72
version (container hash) 6c9c56c85a9e05da1a8eaa81c687f12e
build date 2019-04-03T19:40:20.289Z
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.