Docker build simplification

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Subject: Docker build simplification
Date: 2019-09-10 17:51:06
Message-ID: CA+OCxoy3ZAKhPcWu1XZrsrT2WdM1uSn+fQUhz7kkMgLFTEujOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

The attached patch simplifies the Docker container build so that it can be
done entirely using "docker build" in the root of a source tree. It also
enables building the container from a tarball, not just a git checkout.
This does mean that container builds may now also include any garbage in
the source tree from which they're built, but conversely offers the benefit
of making it easy to build a container with code changes in it without
having to commit first.

Akshay, can you look it over to make sure I haven't done anything obviously
stupid? Feedback from others is also welcome of course.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
docker_simplification.patch application/octet-stream 18.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-11 10:30:52 pgAdmin 4 commit: 1) Add Reverse Engineered and Modified SQL tests for
Previous Message Aditya Toshniwal 2019-09-10 11:51:50 [pgAdmin][RM4408] Show validation errors for slickgrid cells