You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2017/01/24 20:40:26 UTC

[jira] [Created] (MESOS-6984) Pull out the docker image build step out of `support/docker-build.sh`.

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)