pgAdmin 4 commit: Add the ability to build a basic Docker container.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add the ability to build a basic Docker container.
Date: 2017-09-21 15:49:42
Message-ID: E1dv3jS-00034l-Sv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add the ability to build a basic Docker container.

Branch
------
master

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

Modified Files
--------------
.gitignore | 1 +
Makefile | 8 +++-
pkg/docker/Dockerfile | 48 ++++++++++++++++++++++++
pkg/docker/build.sh | 98 ++++++++++++++++++++++++++++++++++++++++++++++++
pkg/docker/entry.sh | 15 ++++++++
pkg/docker/pgadmin4.conf | 22 +++++++++++
6 files changed, 191 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2017-09-21 16:15:18 Re: v2.0-rc1 not starting, runtime not building
Previous Message Dave Page 2017-09-21 14:01:56 Re: v2.0 RC2 test builds