lightbend / mesos-spark-integration-tests

Mesos Integration Tests on Docker/Ec2
16 stars 9 forks source link

update image at runtime in case it does not have the latest mesos lib… #42

Closed skonto closed 8 years ago

skonto commented 8 years ago

Another option something like that? https://github.com/glowdigitalmedia/docker-puller

Another option is to remove mesos completely from image build, but this does not solve the problem if we choose another base image like a future ubuntu version and end users use a different one due to the docker issue. There might be issues there. Also that means slowing-down installation (it takes around 40 secs per container to install mesos internally).

skonto commented 8 years ago

i will rebase

skonto commented 8 years ago

this is needed in order to upgrade image and jenkins instance next.

skonto commented 8 years ago

changed the returned value...

skonto commented 8 years ago

fix the quote thing i thought i have covered that because it also failed when testing it with custom config and spaces...

skonto commented 8 years ago

ok i think now its working...

skyluc commented 8 years ago

Spacing can be fixed later. LGTM.