postgis / docker-postgis

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

add postgis/postgis:14beta2-3.1 versions #249

Closed ImreSamu closed 3 years ago

ImreSamu commented 3 years ago

adding a new Postgres 14beta2 versions


Other notes:

ImreSamu commented 3 years ago

build test OK: ready to review

phillipross commented 3 years ago

looks good to me, is it ready for merging?

ImreSamu commented 3 years ago

looks good to me, is it ready for merging?

IMHO: yes

"postgis/postgis:14beta2-3.1-alpine"
postgres=# select version(), postgis_full_version() ;
-[ RECORD 1 ]--------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------
version              | PostgreSQL 14beta2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit
postgis_full_version | POSTGIS="3.1.3 0" [EXTENSION] PGSQL="140" GEOS="3.9.1-CAPI-1.14.2" PROJ="7.2.1" LIBXML="2.9.12" LIBJSON="0.15" LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" TOPOLOGY
"postgis/postgis:14beta2-3.1" ( debian )
postgres=# select version(), postgis_full_version() ;
-[ RECORD 1 ]--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
version              | PostgreSQL 14beta2 (Debian 14~beta2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
postgis_full_version | POSTGIS="3.1.2 cbe925d" [EXTENSION] PGSQL="140" GEOS="3.7.1-CAPI-1.11.1 27a5e771" PROJ="Rel. 5.2.0, September 15th, 2018" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.3.1" WAGYU="0.5.0 (Internal)" TOPOLOGY