Starefossen / docker-pgrouting

:whale: Docker Image for pgRouting with PostGIS and official Postgres Docker Image
https://registry.hub.docker.com/u/starefossen/pgrouting/
MIT License
33 stars 19 forks source link

Tag and actually installed version are not consistent (10.1-2.4-2.5) #19

Open aoyama-val opened 5 years ago

aoyama-val commented 5 years ago

Hi, thank you for providing the image 😁

Contrary to the tag, actually installed versions are:

psql (11.1, server 10.6 (Debian 10.6-1.pgdg90+1))
Type "help" for help.

postgres=# \dx
                                            List of installed extensions
          Name          | Version |   Schema   |                             Description
------------------------+---------+------------+---------------------------------------------------------------------
 fuzzystrmatch          | 1.1     | public     | determine similarities and distance between strings
 pgrouting              | 2.6.1   | public     | pgRouting Extension
 plpgsql                | 1.0     | pg_catalog | PL/pgSQL procedural language
 postgis                | 2.5.1   | public     | PostGIS geometry, geography, and raster spatial types and functions
 postgis_tiger_geocoder | 2.5.1   | tiger      | PostGIS tiger geocoder and reverse geocoder
 postgis_topology       | 2.5.1   | topology   | PostGIS topology spatial types and functions
(6 rows)