From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Update container build to use Alpine Linux and Gunico |
Date: | 2018-04-04 15:18:20 |
Message-ID: | E1f3kB2-0002FY-Ja@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Update container build to use Alpine Linux and Gunicorn instead of CentOS and Apache. Fixes #3246
This results in a much more slim-line container, requiring fewer resources to run.
In addition, the majority of the build is now done using the Docker infrastructure, allowing for quicker rebuilds and better use of layers.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05e2e3cb397b21a669129feb067ac44d2fc916dd
Author: Максим Кольцов <kolmax94(at)gmail(dot)com>
Modified Files
--------------
docs/en_US/release_notes_3_0.rst | 1 +
pkg/docker/.dockerignore | 2 +
pkg/docker/Dockerfile | 87 +++++++++++++++++++++-------------------
pkg/docker/README | 58 +++++++++++++--------------
pkg/docker/build.sh | 58 +++++----------------------
pkg/docker/config_distro.py | 4 ++
pkg/docker/entry.sh | 29 --------------
pkg/docker/entrypoint.sh | 26 ++++++++++++
pkg/docker/pgadmin4.conf.j2 | 43 --------------------
pkg/docker/run_pgadmin.py | 4 ++
10 files changed, 120 insertions(+), 192 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Victoria Henry | 2018-04-04 15:20:32 | Re: pgAdmin4 - Issue of unmaintained libraries |
Previous Message | Ashesh Vashi | 2018-04-04 14:41:09 | Re: [pgAdmin4][RM#3155] Allow user to lock the Layout |