Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Jul 6, 2020
1 parent b785c79 commit dbbe15b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

This repo consists of two docker files:

- X.Y.Z-min
- 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.8.3-4
- with activated conda-forge wradlib environment

- X.Y.Z-full
- based on `wradlib:X.Y.Z-min`
- added wradlib build dependencies + jupyter notebook
- Dockerfile
- builds tags `min` and `full`
- builds wradlib releases (prepending `X.Y.Z`) on tagged builds as well as latest `master` (prepending `master`) on non-tagged builds (via `cron`)
- min
- based on `base`
- with activated conda-forge wradlib environment
- full
- based on `base`
- added wradlib build dependencies + jupyter notebook

0 comments on commit dbbe15b

Please sign in to comment.