Has anyone found some resolution for this? I have the mesosphere repo versions of mesos and marathon. 0.24.1 and 0.11.0 respectively. I have also tried 0.10.1 for marathon but still no dice. I can manually pull the images if I log into the box.
On Wed, Oct 14, 2015 at 2:30 AM, Joachim Andersson < [email protected]> wrote: > Those images I have tried with Marathon 0.11 > > > > I use "disk": 512, > > > > > > Here is my app config. > > > > > > { > > "id": "/marathonkempaffb060830d6ad074c66923b77f75e199a4c8a23", > > "env": { > > "GIT_CALCULATED_BRANCH": > "affb060830d6ad074c66923b77f75e199a4c8a23", > > "marathonkemp_kemp_password": "!12345!m", > > }, > > "instances": 1, > > "cpus": 0.5, > > "mem": 1024, > > "disk": 512, > > "executor": "", > > "constraints": [ > > [ > > "hostname", > > "UNIQUE" > > ] > > ], > > "container": { > > "type": "DOCKER", > > "volumes": [], > > "docker": { > > "image": > "dockerregistry.dte.loc:80/marathonkemp:affb060830d6ad074c66923b77f75e199a4c8a23", > > "network": "BRIDGE", > > "portMappings": [ > > { > > "containerPort": 8080, > > "hostPort": 0, > > "servicePort": 10000, > > "protocol": "tcp" > > }, > > { > > "containerPort": 8000, > > "hostPort": 0, > > "servicePort": 10001, > > "protocol": "tcp" > > }, > > { > > "containerPort": 9010, > > "hostPort": 0, > > "servicePort": 10002, > > "protocol": "tcp" > > } > > ], > > "privileged": false, > > "parameters": [], > > "forcePullImage": false > > } > > }, > > "healthChecks": [ > > { > > "path": ".", > > "protocol": "HTTP", > > "portIndex": 0, > > "gracePeriodSeconds": 360, > > "intervalSeconds": 30, > > "timeoutSeconds": 10, > > "maxConsecutiveFailures": 3, > > "ignoreHttp1xx": false > > } > > ] > > > > } > > > > > > > > Remove a env parameters > > > > Joachim Andersson Systemutvecklare IT | Utveckling > > > > Resurs Bank AB Ekslingan 9 Box 22209, SE-250 24 Helsingborg > > > > Direkt Tfn: +46 700 528171 Mobil: +46 700 528171 Växel: +46 42 38 20 00 > E-post: [email protected] Webb: www.resursbank.se > > > > *Från:* Jan Stabenow [mailto:[email protected]] > *Skickat:* den 13 oktober 2015 15:52 > *Till:* [email protected] > *Ämne:* Re: Docker Private Registry problem when update from 0.23 to 0.25 > > > > Hey! > > > > I had the same problems when upgrading 0.23 > 0.24.1 +! marathon 0.10 > > 0.11 > > Have you set the disk-limit in your app-config? If not, set this ("disk": > "value") and try it again. > > > > Looks like there's a problem with Marathon, but not sure. > > > > Best Regards, > > Jan > > > > > > Am 13.10.2015 um 14:14 schrieb Joachim Andersson < > [email protected]>: > > > > > > When i deploed with forcePullImage=true it dosn't work in Marathon 0.11 > but when I downgraded to Marathon 0.10 it works, > > > > > > > > <c3b4c2.png> > > *Joachim Andersson* > > *Systemutvecklare* > > *IT | Utveckling* > > > > Resurs Bank AB > > Ekslingan 9 > > Box 22209, SE-250 24 Helsingborg > > > > Direkt Tfn: > > +46 700 528171 > > Mobil: > > +46 700 528171 > > Växel: > > +46 42 38 20 00 > > E-post: > > [email protected] > > Webb: > > www.resursbank.se > > > > > > *Från:* Joachim Andersson [mailto:[email protected] > <[email protected]>] > *Skickat:* den 13 oktober 2015 13:24 > *Till:* [email protected] > *Ämne:* Docker Private Registry problem when update from 0.23 to 0.25 > > > > Hi, I updated from 0.23 to 0.25 of mesos and to Marathon 0.11 > > > > When running docker containers from the public repository it works fine. > > But when I try to run from my local repository the images don't start. > > > > If I start them on my slave with docker run repository:80/image it works > fine. > > > > Anyone have any simmular problem or any idea what it could be? > > > > > > //Joachim > > > > <image001.png> > > *Joachim Andersson* > > *Systemutvecklare* > > *IT | Utveckling* > > > > Resurs Bank AB > > Ekslingan 9 > > Box 22209, SE-250 24 Helsingborg > > > > Direkt Tfn: > > +46 700 528171 > > Mobil: > > +46 700 528171 > > Växel: > > +46 42 38 20 00 > > E-post: > > [email protected] > > Webb: > > www.resursbank.se > > > > > > > > > >

