fabric8-docker
fabric8-docker copied to clipboard
Moved chown to the end of the file to be sure all files created in previ...
...ous steps are now assigned to Fuse user
And on top of that, with recent refactoring to Centos image a better strategy to users diversification need to be planned:
- current image creates a
fuseuser and relabel the filesystem to be owned by him, but the startup script is still running asroot. In this way, all new files created by the runtime are owned byrootwhich is possibly not wanted.
@jstrachan does this PR look good to you?