micro-infrastructure/adaptor-fdt:latest

$ singularity pull shub://micro-infrastructure/adaptor-fdt:latest

Singularity Recipe

BootStrap: docker
From: mhart/alpine-node:10

%setup
   mkdir ${SINGULARITY_ROOTFS}/app/

%files
	fdt.jar /app/
	copy /app/
	server /app/
	verify /app/

%post
	apk  update && apk add openjdk8 bash
    
%runscript
    cd /app/
    exec bash "$@"

Collection


View on Datalad

Metrics

key value
id /containers/micro-infrastructure-adaptor-fdt-latest
collection name micro-infrastructure/adaptor-fdt
branch master
tag latest
commit a297eb09edfb9d4e96dfe5e53cee5c755e7bbba4
version (container hash) 4b5a21e8c9627e07852bd3d5172749e2
build date 2020-05-31T11:56:22.527Z
size (MB) 192.0
size (bytes) 96469023
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.