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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Add the ability to build a basic Docker container.
Дата
Msg-id E1dyWEw-0007H6-U0@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add the ability to build a basic Docker container.

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d99841cbe01e20cdd1c32bb6cb78c11d3681a676
Author: Dave Page <dpage@pgadmin.org>

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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: pgAdmin 4 debian packaging (?)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved the logo issue.