Skip to content

Commit

Permalink
docker: version matrix added (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed May 11, 2020
1 parent f2b49aa commit 6956d2b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# GRASS GIS docker matrix

| Base image | Docker tag | GRASS GIS | PROJ | GDAL | PDAL | Image size |
|--------------|-----------------|------------|-------|-------|-------|------------|
| Ubuntu 18.04 | latest-ubuntu | 7.9.dev | 4.9.3 | 2.2.3 | 1.8.0 | 1.04 GB |
| Ubuntu 19.10 | latest-ubuntu19 | 7.9.dev | 5.2.0 | 2.4.2 | 1.9.1 | 850 MB |
| Debian 10.1 | latest-debian | 7.9.dev | 5.2.0 | 2.4.0 | 1.8.0 | 1.14 GB |
| Alpine 3.11 | latest-alpine | 7.9.dev | 6.2.1 | 3.0.3 | 1.8.0 | 385 MB |
|--------------|-----------------|------------|-------|-------|-------|------------|
| Ubuntu 18.04 | stable-ubuntu | 7.8 branch | 4.9.3 | 2.2.3 | 1.8.0 | 1.04 GB |
| Ubuntu 19.10 | stable-ubuntu19 | 7.8 branch | 5.2.0 | 2.4.2 | 1.9.1 | 850 MB |
| Debian 10.1 | stable-debian | 7.8 branch | 5.2.0 | 2.4.0 | 1.8.0 | 1.14 GB |
| Alpine 3.11 | stable-alpine | 7.8 branch | 6.2.1 | 3.0.3 | 1.8.0 | 385 MB |

Latest update: 10 May 2020

# Requirements

* docker or podman

# Installation

To install a docker image, run (replace `<tag>` with the desired Docker tag from the table above):

```
docker pull mundialis/grass-py3-pdal:<tag>
```

0 comments on commit 6956d2b

Please sign in to comment.