docker-mapproxy
docker-mapproxy copied to clipboard
Docker files for mapproxy container
Still work in progress, but reworked the Dockerfile to more current library versions and to slim it from 1GB to about 290MB. See comments in Dockerfile, basically, using https://github.com/geopython/pygeoapi/blob/master/Dockerfile as...
MP 1.13.2 has been out for some time. Fixes some relevant stuff. Already tested. Will fix in https://github.com/justb4/docker-mapproxy and related [DockerHub Images from that repo](https://hub.docker.com/repository/docker/justb4/mapproxy).
# Problem Currently only a few `uwsgi` startup-options can be specified by the Docker Container user: mainly `MAPPROXY_PROCESSES` and `MAPPROXY_THREADS` via env vars. Also not in all contexts is `stats`(`--stats`)...
How can I secure the Demo Page with SSL/TLS certificate? Are there any environment variables I can use to assign and utilize certificates issued from our CA?
Mapproxy has released 1.12.0. Could you please upgrade to the latest version?
With the help of [this](https://serverfault.com/a/964693), I was able to fix the _lib c_ bug of Python's util, which will get fixed in v3.8 and causes trouble with _Shapely_. Sure, there...
# bug report _apk_ complains that _.build-deps_ blocks removal of _build-base_ ``` + apk del build-base WARNING: Ignoring APKINDEX.b89edf6e.tar.gz: No such file or directory WARNING: Ignoring APKINDEX.737f7e01.tar.gz: No such file...
# bug report Currently, building fails, since pyproj >= v2, needs proj >= **v6** ``` ERROR: Complete output from command /usr/local/bin/python /usr/local/lib/python3.5/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmprpmfab0y: ERROR: ERROR: Minimum supported proj version...