-
Notifications
You must be signed in to change notification settings - Fork 481
compile gdal with postgres support #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My personal opinion: yes.
But this is only a preliminary opinion; and the final decision is not mine.
Please add the "current" and the "new" image size ( so we can calculate the increase ) for example the current size: 891MB $ docker images postgis/postgis:14-master
REPOSITORY TAG IMAGE ID CREATED SIZE
postgis/postgis 14-master a00012b8f66a 12 hours ago 891MB |
14-master goes from 891MB to 898MB (8MB difference) and 13-master from 888MB to 895MB (7MB difference). What's the difference between I would expect gdal to be compiled with postgres support in all of the images though, as these are docker images specifically for postgis. |
imho:
imho: please verify - the
Postgis raster support. |
Thanks for the clear summary. Looks like
So I'm thinking maybe we shouldn't worry about the gdal tools being compiled with postgres in this repo, and I'll go extend the debian image on my own. If anyone feels strongly feel free to reopen, I can still do a PR. |
Thanks to ImreSamu in issue postgis#273 for writing this summary
I want to import a geojson file into a table.
The command I found used ogr2ogr from gdal, but this docker image doesn't compile gdal with postgres support.
Would a PR to compile gdal with postgres support be appreciated?
If so, which dockerfiles should be modified?
The text was updated successfully, but these errors were encountered: