postgis / docker-postgis

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

postgis 3.3.1 and 15beta4 upgrade ; remove postgis 2.5 #313

Closed ImreSamu closed 1 year ago

ImreSamu commented 1 year ago

Changes:

PR method:

# Remove Postgis 2.5 ( alpine, debian )
git rm -r 10-2.5/
git rm -r 11-2.5/

# Upgrade to 3.3
git mv 11-3.2/   11-3.3/  
git mv 12-3.2/   12-3.3/  
git mv 13-3.2/   13-3.3/  
git mv 14-3.2/   14-3.3/

# Removing test images
git rm -r 14-3.3.0rc2/ 
git rm -r 15beta3-3.3.0rc2/
git rm -r 15beta3-3.2/
git rm -r 15beta3-master/

# re-generate new docker files from template
make update

manual Upgrade :

Status:

ImreSamu commented 1 year ago

I have added

ImreSamu commented 1 year ago

I have re-added the new 15beta4-* images; so All the planned things are done.

Status:

cc: @phillipross ; Ready to review ( Merge )

phillipross commented 1 year ago

a fond farewell to v2.5 thanks @ImreSamu !