drmach/test_singularity:latest

$ singularity pull shub://drmach/test_singularity:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%labels
	MAINTAINER Marios
	
%runscript

    echo "Testing singularity hub builds with github"

%post
 
   echo "Very simple case to see if it works"
   apt-get update
   apt-get install -y software-properties-common
   apt-get update
   apt-get install -y wget
   add-apt-repository http://dl.openfoam.org/ubuntu
   sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
   apt-get update
   apt-get install -y git
   mkdir marios
   cd marios
   touch file1

Collection


View on Datalad

Metrics

key value
id /containers/drmach-test_singularity-latest
collection name drmach/test_singularity
branch master
tag latest
commit 82e693988d8e8fcc699fac3fc8c0115d046d663a
version (container hash) c9d577c7304abbfec2105f76e50e79dd
build date 2020-09-03T11:18:22.563Z
size (MB) 316.0
size (bytes) 120193055
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.