[Mobilitydb-dev] docker image with recent postgresql?
Wendell Turner
WTurner at cssiinc.com
Thu Jan 23 09:38:16 PST 2025
Hello,
I have used a Docker image of mobilitydb from the current repository and it works fine.
However, the Common Vulnerabilities and Exposures (CVE®) Program has identified issues with some versions of PostGreSQL:
> Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.
ref: https://www.cve.org/CVERecord?id=CVE-2024-10979
I tried to re-build a Docker image with a recent PostGreSQL. I started with one of the Dockerfiles listed on the (MobilityDB-docker)[https://github.com/MobilityDB/MobilityDB-docker] page and changed this in the Dockerfile:
FROM postgis/postgis:15-3.4
to
FROM postgis/postgis:17-master
but encounted errors. Are there more changes necessary to create a Docker image with a recent PostGreSQL?
Thank you,
Wendell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mobilitydb-dev/attachments/20250123/6b441b30/attachment.htm>
More information about the Mobilitydb-dev
mailing list