pgAdmin 4 commit: Support running the container under OpenShift with al

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Support running the container under OpenShift with al
Date: 2022-03-21 11:19:36
Message-ID: E1nWG4W-0006yl-AW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support running the container under OpenShift with alternate UIDs. Fixes #7257

Branch
------
master

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

Modified Files
--------------
Dockerfile | 13 ++++++++-----
docs/en_US/release_notes_6_8.rst | 1 +
pkg/docker/entrypoint.sh | 9 +++++++++
3 files changed, 18 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-22 09:27:39 pgAdmin 4 commit: Ensure that the values of certain fields are prettifi
Previous Message Aditya Toshniwal 2022-03-21 08:20:29 Re: pgAdmin 4 commit: Port preferences dialog to React. Fixes #7149