postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.35k stars 462 forks source link

Remove Postgres 10 and support for older debian/postgis versions #324

Closed BryanQuigley closed 1 year ago

BryanQuigley commented 1 year ago

Postgres 10 is EOL (https://www.postgresql.org/support/versioning/) This also drops mention of postgis 2.5 and older debian versions.

phillipross commented 1 year ago

@BryanQuigley thanks for the contribution!

@ImreSamu i'm inclined to push through the removal of v10+v2.5 since they are EOL and the existing dockerhub images for those versions won't be removed. Do you see any problem with this?

I'll also ping the postgis steering committee to see if they have any compelling reasons not to move forward with removing 🙂

ImreSamu commented 1 year ago

@BryanQuigley : Thank you!

@phillipross:

Do you see any problem with this?

light proposal/suggestion:

Please keep the alpine 2.5 generation ( in the Dockerfile.alpine.template ) for ~ +3 months / or the next significant alpine template refactoring

BryanQuigley commented 1 year ago

Thanks! Updated README and ran make update.sh but kept that as a separate commit.

Did not notice that alpine still had some 2.5 support, I'm in no rush to remove it :).

ImreSamu commented 1 year ago

@BryanQuigley : Thank you! Looks good to me.