postgis / docker-postgis

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

add 13-master and update 12-master (#195) #196

Closed ImreSamu closed 4 years ago

ImreSamu commented 4 years ago
ImreSamu commented 4 years ago

ready for review

ImreSamu commented 4 years ago

expected version:

$ docker run --rm -it --link test13master:postgres \
>      postgis/postgis:13-master \
>      sh -c 'PGPASSWORD=mysecretpassword exec psql -h "$POSTGRES_PORT_5432_TCP_ADDR" -p "$POSTGRES_PORT_5432_TCP_PORT" -U postgres -c "SELECT PostGIS_Full_Version();"'
                                                                               postgis_full_version                                                                                
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 POSTGIS="3.1.0dev 16121bf" [EXTENSION] PGSQL="130" GEOS="3.9.0dev-CAPI-1.14.0" PROJ="7.1.0" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.3.1" WAGYU="0.5.0 (Internal)" TOPOLOGY
(1 row)

$ docker run --rm -it --link test13master:postgres      postgis/postgis:13-master      sh -c 'PGPASSWORD=mysecretpassword exec psql -h "$POSTGRES_PORT_5432_TCP_ADDR" -p "$POSTGRES_PORT_5432_TCP_PORT" -U postgres -c "SELECT Version();"'
                                                         version                                                         
-------------------------------------------------------------------------------------------------------------------------
 PostgreSQL 13beta1 (Debian 13~beta1-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
(1 row)
phillipross commented 4 years ago

looks good to me... is this ready to be merged?

ImreSamu commented 4 years ago

is this ready to be merged?

yes .. it is working for me .. ( and I have tested with my local project )

ps: