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

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

Singularity Recipe

BootStrap: docker
From: fedora:26

%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-fedora26-buildenv-singularity-git-release-2.4-latest
collection name truatpasteurdotfr/singularity-docker-fedora26-buildenv-singularity-git-release-2.4
branch master
tag latest
commit bc0200bc198a8e3136842b1afd477874c1834a49
version (container hash) 56cf16925ec169cef20a19cfaf830042
build date 2019-07-01T17:35:48.905Z
size (MB) 605
size (bytes) 282730527
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.