This repo consists of two docker files:
-
base/Dockerfile
- builds the base image with the conda-forge installation (only if missing on docker-hub)
- based on
centos:7 - basic x11 stack
- su-exec
- miniforge3 4.10.1-4
-
Dockerfile
- builds tags
minandfull - builds wradlib releases (prepending
X.Y.Z) on tagged builds as well as latestmain(prependingmain) on non-tagged builds (viacron)- min
- based on
base - with activated conda-forge wradlib environment
- based on
- full
- based on
base - added wradlib build dependencies + jupyter notebook
- based on
- min
- builds tags