Closed ImreSamu closed 4 years ago
ready for review
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)
looks good to me... is this ready to be merged?
is this ready to be merged?
yes .. it is working for me .. ( and I have tested with my local project )
ps:
12-master
/ 13-master
image ..