thakk/Score-client:latest

$ singularity pull shub://thakk/Score-client:latest

Singularity Recipe

Bootstrap: docker
From: alpine:3.10.3
Stage: release

%post
    apk update
	apk add bash
	apk add fuse
	apk add fuse-dev
	apk add openjdk11-jdk
	apk add wget
	apk add curl

%appinstall scoreclient
	wget -O score-client-2.2.1.tar.gz https://artifacts.oicr.on.ca/artifactory/dcc-release/bio/overture/score-client/2.2.1/score-client-2.2.1-dist.tar.gz
	tar zxvf score-client-2.2.1.tar.gz
	rm score-client-2.2.1.tar.gz
	mv score-client-2.2.1 /usr/local/score-client
		
%apphelp scoreclient
	Score-client

%apprun scoreclient
	java -Xmx3G --illegal-access=deny -Dlogging.path=/tmp -Dspring.config.additional-location=/usr/local/score-client/conf/ -Dlogging.config=/usr/local/score-client/conf/logback.xml -cp /usr/local/score-client/lib/score-client.jar org.springframework.boot.loader.JarLauncher help

%labels
	Author "tomi.hakkinen@tuni.fi"
	Version 1.0

Collection


View on Datalad

Metrics

key value
id /containers/thakk-Score-client-latest
collection name thakk/Score-client
branch master
tag latest
commit 531741892967bb07a6f8570ad33dd1700c130b42
version (container hash) 40d45f50fac70829a514b1db7dff2555
build date 2020-02-13T13:48:25.683Z
size (MB) 236.0
size (bytes) 108412959
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.