[ARVADOS] updated: cdc4b9c4561f09b4cfb59f4b61689a661823ad85

Git user git at public.curoverse.com
Thu Sep 8 16:30:31 EDT 2016


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

       via  cdc4b9c4561f09b4cfb59f4b61689a661823ad85 (commit)
      from  4418adf838ac2b3d9a09d03cb87f911b323ba6d3 (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 cdc4b9c4561f09b4cfb59f4b61689a661823ad85
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Sep 8 16:30:16 2016 -0400

    Restore use of --build-arg COMMIT in arvados/jobs Dockerfile to select "cut"
    above which layers must be rebuilt. no issue #

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 9b73cfb..22f6f54 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -119,7 +119,11 @@ timer_reset
 # clean up the docker build environment
 cd "$WORKSPACE"
 cd docker/jobs
-docker build --no-cache --force-rm -t arvados/jobs .
+if [[ ! -z "$tags" ]]; then
+    docker build --build-arg COMMIT=${tags/,*/} -t arvados/jobs .
+else
+    docker build -t arvados/jobs .
+fi
 
 ECODE=$?
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list