Repository for building docker images containing Orfeo Toolbox. Each version has its own branch that you can checkout and build from.
| Versions | Status | Image Size |
|---|---|---|
| 7.0.0 | ||
| 7.1.0 | ||
| 7.2.0 | ||
| 7.3.0 | ||
| 7.4.0 | ||
| 8.0.0 |
Small and full versions uses osgeo/gdal:ubuntu-small-3.1.3 and osgeo/gdal:ubuntu-full-3.1.3 as base images respectively.
Refer to the documentation here to understand the difference.
Pull an image with a specific version of OTB
docker pull ashnair1/otb:7.4.0-small
docker run --rm --env OTB_MAX_RAM_HINT=2048 -v /path/to/local/data:/data ashnair1/otb:7.4.0-small otbcli_ReadImageInfo -in /data/img.tif
Content type
Image
Digest
Size
932.2 MB
Last updated
over 4 years ago
docker pull ashnair1/otb:8.0.0-full