Re: [VOTE] Release Apache Mesos 1.5.0 (rc2)

2018-02-05 Thread Chun-Hung Hsiao
+1 (non-binding) Tested with `make distcheck` with grpc disabled and enabled on mac. Tested with `make distcheck DISTCHECK_CONFIGURE_FLAGS='--enable-grpc'` on centos 7. On Mon, Feb 5, 2018 at 8:33 PM, Vinod Kone wrote: > +1 (binding) > > Tested on ASF CI. The red builds

Re: [VOTE] Release Apache Mesos 1.5.0 (rc2)

2018-02-05 Thread Vinod Kone
+1 (binding) Tested on ASF CI. The red builds were known flaky tests regarding checks/health checks. *Revision*: f7e3872b0359c6095f8eeaefe408cb7dcef5bb83 - refs/tags/1.5.0-rc2 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl autotools [image: Failed]

Re: RE: Struggling with running Docker container on Windows agent

2018-02-05 Thread Andrew Schwartzmeyer
Awesome to hear it! On 02/05/2018 3:30 pm, ajkf9uvxc ajkf9uvxc wrote: > After compiling the tip of master from 2018-02-02 on Windows and then doing > the exact same steps as before IT WORKS NOW ! docker ps shows the started > container. (In this case the network setting is "networks": [ {

Re: RE: Struggling with running Docker container on Windows agent

2018-02-05 Thread ajkf9uvxc ajkf9uvxc
After compiling the tip of master from 2018-02-02 on Windows and then doing the exact same steps as before IT WORKS NOW ! docker ps shows the started container. (In this case the network setting is  "networks": [ { "mode": "container/bridge" } ]  )  Thanks a lot everybody for your help!