Michael Park created MESOS-6984:
-----------------------------------
Summary: Pull out the docker image build step out of
`support/docker-build.sh`.
Key: MESOS-6984
URL: https://issues.apache.org/jira/browse/MESOS-6984
Project: Mesos
Issue Type: Task
Reporter: Michael Park
The {{support/docker-build.sh}} script currently writes a {{Dockerfile}} and
performs a docker build, runs the image then deletes the image.
The docker build step is quite expensive, and are often flaky. We should simply
pull a docker image from Dockerhub so that we can make our CI more stable and
efficient.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)