thakk/lolcow:latest

$ singularity pull shub://thakk/lolcow:latest

Singularity Recipe

BootStrap: docker
From: alpine:3.10.3

%post
	apk update
	apk add fortune
	apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing lolcat
	apk add perl
	apk add git
	apk add bash
	git clone https://github.com/tnalpgge/rank-amateur-cowsay
	cd rank-amateur-cowsay/
	./install.sh /

%environment
	export LC_ALL=C
	export PATH=/usr/games:$PATH

%runscript
	fortune | cowsay | lolcat

%labels
	Author "SoMany"
	Version 0.1

Collection


View on Datalad

Metrics

key value
id /containers/thakk-lolcow-latest
collection name thakk/lolcow
branch master
tag latest
commit 3cf95c24e6286ce9179bd31bd8bf05b1695d4d65
version (container hash) 88846654122efbbf01afa817b4fb8a3e
build date 2020-12-17T14:09:26.002Z
size (MB) 76.0
size (bytes) 24125471
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.