pndni/centos7-base:1.2.0

$ singularity pull shub://pndni/centos7-base:1.2.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 zlib zlib-devel
    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.2.0

Collection


View on Datalad

Metrics

key value
id /containers/pndni-centos7-base-1.2.0
collection name pndni/centos7-base
branch 1.2.0
tag 1.2.0
commit f27ca315f81d7b0d340bbe26b63cfef5232f30f4
version (container hash) 54a51f3b4398372053cb9442152c23ae
build date 2020-01-15T20:38:53.778Z
size (MB) 977
size (bytes) 316944415
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.