Skip to content

Conversation

@ImreSamu
Copy link
Member

  • add 13-master
  • update 12-master
  • add 13-master to .travis

@ImreSamu ImreSamu mentioned this pull request May 25, 2020
@ImreSamu
Copy link
Member Author

ready for review

@ImreSamu
Copy link
Member Author

ImreSamu commented May 25, 2020

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
Copy link
Contributor

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

@ImreSamu
Copy link
Member Author

is this ready to be merged?

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

ps:

  • probably other postgis users would like to test the new 12-master / 13-master image ..
    * imho: it would be a good idea to make a small anouncement about the testing possibility in the postgis-users mail list :)

@phillipross phillipross merged commit 2939402 into postgis:master May 27, 2020
@ImreSamu ImreSamu deleted the 13-master branch May 27, 2020 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants