[ARVADOS] updated: 4418adf838ac2b3d9a09d03cb87f911b323ba6d3

Git user git at public.curoverse.com
Thu Sep 8 12:07:38 EDT 2016


Summary of changes:
 build/run-build-docker-jobs-image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  4418adf838ac2b3d9a09d03cb87f911b323ba6d3 (commit)
      from  ea8dcefcfdfea0e90ba5c45e2e692f5e59088e6b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4418adf838ac2b3d9a09d03cb87f911b323ba6d3
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Sep 8 12:07:28 2016 -0400

    Don't use cached layers and always delete intermediate containers when building
    arvados/jobs Docker image. no issue #

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 933d488..9b73cfb 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -119,7 +119,7 @@ timer_reset
 # clean up the docker build environment
 cd "$WORKSPACE"
 cd docker/jobs
-docker build -t arvados/jobs .
+docker build --no-cache --force-rm -t arvados/jobs .
 
 ECODE=$?
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list