[ARVADOS] updated: 1bcfc05de27282f239de4124225e27d05a1d149a

git at public.curoverse.com git at public.curoverse.com
Thu Oct 30 14:04:17 EDT 2014


Summary of changes:
 docker/compute/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

       via  1bcfc05de27282f239de4124225e27d05a1d149a (commit)
      from  da6674e4560229457d45abbb8a8aff9d4e305459 (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 1bcfc05de27282f239de4124225e27d05a1d149a
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Oct 30 14:04:14 2014 -0400

    3824: Set mode on /etc/fuse.conf in compute image.

diff --git a/docker/compute/Dockerfile b/docker/compute/Dockerfile
index fa6783b..9a5fc64 100644
--- a/docker/compute/Dockerfile
+++ b/docker/compute/Dockerfile
@@ -6,6 +6,7 @@ MAINTAINER Ward Vandewege <ward at curoverse.com>
 RUN apt-get update && apt-get -qqy install supervisor python-pip python-pyvcf python-gflags python-google-api-python-client python-virtualenv libattr1-dev libfuse-dev python-dev python-llfuse fuse crunchstat python-arvados-fuse cron dnsmasq
 
 ADD fuse.conf /etc/fuse.conf
+RUN chmod 644 /etc/fuse.conf
 
 RUN /usr/local/rvm/bin/rvm-exec default gem install arvados-cli arvados
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list