This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 67fbcb7  Updated docker image before build.
67fbcb7 is described below

commit 67fbcb7b6f38f3f35f4e0360d31f9c44060d263f
Author: Tomasz Janiszewski <[email protected]>
AuthorDate: Thu Jul 25 09:32:46 2019 +0200

    Updated docker image before build.
    
    We need to run `docker pull` before `docker run` to ensure that the
    build is done against the latest docker image.
    
    Review: https://reviews.apache.org/r/71157/
---
 support/mesos-build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/support/mesos-build.sh b/support/mesos-build.sh
index ee8ef8b..9b46d4d 100755
--- a/support/mesos-build.sh
+++ b/support/mesos-build.sh
@@ -38,6 +38,9 @@ fi
 # copy out the test report xml files from the container file system.
 chmod 777 "${MESOS_DIR}"
 
+# Update docker image
+docker pull "mesos/mesos-build:${OS//:/-}"
+
 docker run \
   --rm \
   -v "${MESOS_DIR}":/SRC:Z \

Reply via email to