pgAdmin 4 commit: Include multiple versions of the PG utilties in conta

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Include multiple versions of the PG utilties in conta
Date: 2019-02-20 15:17:20
Message-ID: E1gwTce-0005MI-9x@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Include multiple versions of the PG utilties in containers. Fixes #3886

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a39f43788b2f2e9652e41bd8c1672a25a8f3364d

Modified Files
--------------
docs/en_US/container_deployment.rst | 18 ++++++++++++++++++
docs/en_US/release_notes_4_3.rst | 3 ++-
pkg/docker/Dockerfile | 34 ++++++++++++++++++++++++++++++++++
pkg/docker/config_distro.py | 2 +-
4 files changed, 55 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-20 16:39:44 pgAdmin 4 commit: Ensure size stats are prettified on the statistics ta
Previous Message Dave Page 2019-02-20 14:51:41 pgAdmin 4 commit: Update Docker README to match reality.