postgis / docker-postgis

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

postgres:13 and postgis #195

Closed ImreSamu closed 4 years ago

ImreSamu commented 4 years ago

Postgres 13 beta 1 ( https://www.postgresql.org/about/news/2040/ ) available as a docker image

$ docker pull postgres:13
13: Pulling from library/postgres
Digest: sha256:9a1f91d5d531b25699d94d8d311e57b721f6f6a0e5b22fa7c3ecfbb793158297
Status: Image is up to date for postgres:13
docker.io/library/postgres:13

what is the planned versions ?

EDIT1: removed the 13-2.5 version , based on the feedback EDIT2: 13-master is done

phillipross commented 4 years ago

https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS

If the support matrix is accurate, PostGIS v2.5 isn't supported with Postgres v13.

ImreSamu commented 4 years ago

@phillipross : Thanks for the info.

probably some package is missing from the debian repo

E: Unable to locate package postgresql-13-postgis-3
E: Unable to locate package postgresql-13-postgis-3-scripts

so I added only the 13-master ( https://github.com/postgis/docker-postgis/pull/196 )

ImreSamu commented 4 years ago

status : waiting for postgresql-13-postgis-3