-
Notifications
You must be signed in to change notification settings - Fork 481
Docker file with the latest PG12 + POSTGIS 3.0.0 Alpha4 from pgdg testing #148
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
A FYI I tried this though got the error
I was building with
|
Looks like they replaced alpha with rc1. The version will likely change often untill GIS 3 Final is released.
Works on the moment of writing |
now needs |
I'm having a similar issue with postgres 11
|
merge docker file from postgis/docker-postgis#148 (comment)
Thanks @AlexKovalevich et al We're currently working to get updated/current images building on both debian and alpine variants. The master branch can build PostGIS v2.5.3 on PostgreSQL v12 currently, and will be able to build PostGIS v3.x soon. You can review PRs #164 and #166 to see progress if you'd like. I'm closing this issue as it's somewhat outdated and redundant at this point. Thanks for your patience! |
I'm having a similar problem now and solved it like this: |
Since the contents of the debian repo may change, older package versions may be renamed or removed. This creates somewhat of a stability problem with respect to the container images and the infrastructure used to build them. If you run into the kinds of problems outlined in this issue, they can be resolved by pulling the latest master branch from the git repo and building from that, or pull the latest postgis container image from dockerhub. |
Uh oh!
There was an error while loading. Please reload this page.
Here is the code if someone needs it. I don't have time to make pull requests for the other distribs, sorry.
The text was updated successfully, but these errors were encountered: