From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Refactor Dockerfile to avoid needing to run supportin |
Date: | 2019-09-16 12:48:15 |
Message-ID: | E1i9qQR-0006dS-Cz@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2019-09-16 13:28:37 | pgAdmin 4 commit: Fix SQL issue of length and precision when changing t |
Previous Message | Aditya Toshniwal | 2019-09-16 10:11:19 | Re: [pgAdmin4][RM#4750] Query tool history throws an error for encoding |