BIGTOP-2131. [Docker] bigtop slaves images should be built without cache

Signed-off-by: Olaf Flebbe <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/855c112e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/855c112e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/855c112e

Branch: refs/heads/master
Commit: 855c112e8171cd39b9ec84b64f6ba55c426d7612
Parents: ffb048a
Author: Evans Ye <[email protected]>
Authored: Sat Nov 14 15:02:59 2015 +0800
Committer: Olaf Flebbe <[email protected]>
Committed: Sat Nov 14 16:47:33 2015 +0100

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/855c112e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index eab4f1f..3aca98c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -322,6 +322,7 @@ task "bigtop-slaves"(type:Exec,
       'docker', 'build',
       '-t', 'bigtop/slaves:' + _prefix + '-' + _OS,
       '-f', "docker/bigtop-slaves/" + _OS + "/Dockerfile",
+      '--force-rm', '--no-cache', '--pull', '--rm',
       '.'
   ]
   workingDir '.'

Reply via email to