Make task working directory world writable, to deal with uid mapping problems
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 24 Jun 2014 17:50:23 +0000 (13:50 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 24 Jun 2014 17:50:23 +0000 (13:50 -0400)
commit0eb77fba3f7de714a7edef1c57491f3c285f6d67
tree0e3d53eb6f85943ec25bc55f327e191f37806dfa
parenta9a53c64110796f0ddc97f384b8787f93e8a125b
Make task working directory world writable, to deal with uid mapping problems
where the uid of the crunch-job user doesn't match uid the docker image user.
CRUNCH_SRC, TASK_WORK, TASK_KEEPMOUNT and are now always bound to
/tmp/crunch-src, /tmp/crunch-job, /mnt respectively when running inside a
docker image.
sdk/cli/bin/crunch-job