powerPlant/cdo-srf:latest

$ singularity pull shub://powerPlant/cdo-srf:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:cosmic

%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 1.9.5

%post
  ## Download build prerequisites
  apt-get update
  apt-get -y install tzdata
  ln -fs /usr/share/zoneinfo/Pacific/Auckland /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
  apt-get -y install cdo
  
  ## Cleanup
  apt-get -y clean all

%runscript
  cdo "$@"

Collection


View on Datalad

Metrics

key value
id /containers/powerPlant-cdo-srf-latest
collection name powerPlant/cdo-srf
branch master
tag latest
commit 690bb96e061dfe7d13270b4eabcb51f0a49253b7
version (container hash) 23af1c8401224323f02389fcc32aedcc
build date 2019-01-31T21:34:14.440Z
size (MB) 1462
size (bytes) 465399839
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.