Open
Description
Currently, pygeoapi produces Docker images via GitHub Actions to the following container registries:
- Docker Hub (on release, and latest based on master branch)
- GitHub Container Registry (latest based on master branch)
Currently, the latest image is ~1.5GB containing numerous optional dependencies. It would be valuable to offer various images based on different deployment profiles/environments.
- determine images to produce (e.g. slim, default, full)
- add/update
Dockerfile
setups accordingly - update GitHub Action for container publication
- update documentation