This repository builds and publishes a Docker container image for mapchete and its related extensions.
The image is hosted on the GitHub Container Registry (ghcr.io).
The image is based on ghcr.io/osgeo/gdal:ubuntu-small-3.11.3
(using Python 3.12.3
and GDAL 3.11.3
) with the most recent versions of mapchete including the mapchete EO extension and mapchete Hub.
docker pull ghcr.io/mapchete/mapchete:latest
This repository uses an automated workflow to clean up old, untagged images. The following tags are always kept:
latest
- Version tags (e.g.,
2025.8.1
)
All other images (i.e., those tagged with a commit SHA) are subject to cleanup to keep the registry tidy.