s-andrews/singularitytest:latest

$ singularity pull shub://s-andrews/singularitytest:latest

Singularity Recipe

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

%help
  This is a test image we're building just to make sure we know how

%setup
  touch ${SINGULARITY_ROOTFS}/i_made_a_file.txt
  
%post
  yum -y install wget
  yum -y install epel-release
  yum -y update
  yum -y install R
  yum -y install xkeyboard-config
  wget https://download1.rstudio.org/rstudio-1.1.456-x86_64.rpm
  yum -y localinstall rstudio-1.1.456-x86_64.rpm
  
%runscript

Collection


View on Datalad

Metrics

key value
id /containers/s-andrews-singularitytest-latest
collection name s-andrews/singularitytest
branch master
tag latest
commit 5fb8b8c53a65fd7f337742216d57a8f5dfdddec5
version (container hash) f5c2fb351488d23ce0f34a3f3cd5ba70
build date 2018-09-19T22:54:40.439Z
size (MB) 1956
size (bytes) 747114527
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.