-
Notifications
You must be signed in to change notification settings - Fork 483
Postgres 12 + postgis 3 #164
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
Conversation
- remove streath and add buster to support current postgres images - run update.sh again
- fixes: MAINTENER is duprecated
This PR fail in |
@md5 Can you retry travis-ci? |
I added travis_retry command. |
Thanks @smellman We're in the process of transitioning the github and dockerhub repos to the postgis organization and verifying the pipelines still work, so please don't be alarmed if you see errors showing up in this PR. We'll review it once we get the infrastructure changed ironed out. |
I will re-write my PR after #166 marged |
Thanks @smellman My first comment is that we'd like maintain a 2.5 and 3.x release both, as well as postgres 9, 10, 11, and 12. The changes in your PR thus far, appear to replace postgis 2.5 with v3.0. Also, I see changes to the update.sh script and the Dockerfiles, but no changes to the Dockerfile templates. For now we'd like to keep the builds templatized and have the update.sh script process the templates and generate the Dockerfiles in the directories that would then be used to build the images. I'm preparing changes to the script with PR #166 to make it possible to build postgis 2.5 and 3.0 both, but I won't create the directories for the 3.0. I'd like to still give you the opportunity to rewrite this PR on top of PR #166 and create the 3.0 directories and wire them in so that you're counted as a contributor 😉 In the meantime, please feel free to review and comment on PR #166 if you'd like. |
@phillipross I started from original PR that remove postgis 2.5 (without postgres 9.5) and added 3.0. |
Original PR: #151
The original PR may stopped so I rewrite PR.