Re: Docker support bug in Mesos Containerizer in 1.3.0

2017-06-20 Thread Vinod Kone
There is. It's monthly unless it's urgent, in which case it could be done on demand. @vinodkone > On Jun 21, 2017, at 8:10 AM, Michael Park wrote: > > We have not set a 1.3.1 just yet. I'd be in charge of making that happen > though. > I'm happy to cut one, I'm not sure if

Re: Docker support bug in Mesos Containerizer in 1.3.0

2017-06-20 Thread Akash Gangil
Is there any release data set for 1.3.1? On Tue, Jun 20, 2017 at 3:53 PM, Jie Yu wrote: > Hi, > > We missed a backport into the 1.3.0 release. This will cause missing > environment variables from the Docker image. The patch has now been > backported to the 1.3.x branch. If

Re: [WebUI] Sandboxes proxy

2017-06-20 Thread Jean-Baptiste
Hi everyone, First, thanks for your answers! Actually, after all the researches, I've also found the Nginx way and this is the more pragmatic one for me. Thanks again and have a nice day! 2017-06-20 16:29 GMT+02:00 haosdent : > Hi, @Jean yes, for now, all requests still go

Re: Test framework stalled

2017-06-20 Thread Joao Costa
2017-06-20 15:34 GMT+01:00 Joao Costa : > Thanks for the warning. > > Here it is: https://ibb.co/mfte8Q > > > 2017-06-20 15:30 GMT+01:00 haosdent : > >> Seems the mailing list drop your image. May you share you image via >> http://imgur.com/ or any

Re: Test framework stalled

2017-06-20 Thread haosdent
Seems the mailing list drop your image. May you share you image via http://imgur.com/ or any other website? On Tue, Jun 20, 2017 at 9:49 PM, Joao Costa wrote: > Hi guys, > > Can anyone help me with this problem: > > Every time I try to run the test framework examples

Re: [WebUI] Sandboxes proxy

2017-06-20 Thread haosdent
Hi, @Jean yes, for now, all requests still go to Mesos agents directly unless we resolve MESOS-2131. Our workaround is we have a Nginx proxy, it looks like ``` server { list 5050; list 5051; location / { resolver internal-dns ipv6=off; auth_request @auth;