Re: Docker build simplification

2019-09-16 Thread Dave Page
Hi Akshay, On Fri, Sep 13, 2019 at 7:59 AM Akshay Joshi wrote: > Hi Dave > > I have installed docker, applied your patch and run "*docker build .*". > Image has been created without REPOSITORY and TAG is this OK. > Right - "docker build ." will not create any tags unless you include the -t opti

Re: Docker build simplification

2019-09-13 Thread Akshay Joshi
Hi Dave I have installed docker, applied your patch and run "*docker build .*". Image has been created without REPOSITORY and TAG is this OK. [image: Screenshot 2019-09-13 at 12.22.57 PM.png] Rest I have tested it works fine. On Wed, Sep 11, 2019 at 4:44 PM Dave Page wrote: > > > On Wed, Sep 1

Re: Docker build simplification

2019-09-11 Thread Dave Page
On Wed, Sep 11, 2019 at 6:59 AM Ashesh Vashi wrote: > On Tue, Sep 10, 2019 at 11:21 PM Dave Page wrote: > >> 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 fr

Re: Docker build simplification

2019-09-11 Thread Ashesh Vashi
On Tue, Sep 10, 2019 at 11:21 PM Dave Page wrote: > 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