pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin
Date
Msg-id E1i9qQR-0006dS-Cz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Refactor Dockerfile to avoid needing to run supporting scripts (i.e. 'docker build .' will work) and minimise layers.
Fixes#4752 

Branch
------
master

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

Modified Files
--------------
Dockerfile                        | 174 ++++++++++++++++++++++++++++++++++++++
Makefile                          |   7 +-
docs/en_US/release_notes_4_13.rst |   1 +
pkg/docker/.dockerignore          |   2 -
pkg/docker/Dockerfile             |  98 ---------------------
pkg/docker/README                 | 131 +++-------------------------
pkg/docker/build.sh               |  61 -------------
7 files changed, 190 insertions(+), 284 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][RM#4750] Query tool history throws an error for encoding
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix SQL issue of length and precision when changing t