truatpasteurdotfr/singularity-docker-fedora27-buildenv-singularity-git-release-2.4:latest

$ singularity pull shub://truatpasteurdotfr/singularity-docker-fedora27-buildenv-singularity-git-release-2.4:latest

Singularity Recipe

BootStrap: docker
From: fedora:27

%post
yum -y update && yum -y upgrade
yum -y install git \
 libtool autoconf automake make \
 rpm-build git
# anything listed in the "BuildRequires:" of the spec file is listed below
# 2.4.4
yum -y install python

%runscript
D=`mktemp -d`
echo '***' && \
echo "building in $D" && \
echo '***' 
cd $D && \
git clone https://github.com/singularityware/singularity && \
(cd singularity && git checkout release-2.4 && git pull && ./autogen.sh && ./configure && make dist && rpmbuild -ta singularity-[0-9]*.tar.gz ) |tee  build.log && \
tar czvf built.tgz build.log ~/rpmbuild/{RPMS,SRPMS} && \
echo '***' && \
echo results in $D
echo '***'

Collection


View on Datalad

Metrics

key value
id /containers/truatpasteurdotfr-singularity-docker-fedora27-buildenv-singularity-git-release-2.4-latest
collection name truatpasteurdotfr/singularity-docker-fedora27-buildenv-singularity-git-release-2.4
branch master
tag latest
commit cdec04e4bc0e78d3dcca52f62e7d60ebb494a786
version (container hash) 3f9add741709ceeab907a6dc22bbcd3d
build date 2018-03-07T14:12:48.946Z
size (MB) 618
size (bytes) 297750559
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.