Document Build Images should not have HOME set to /

If build images have the HOME environment variable set to the root filesystem (or /) , jobs will not be able to write to filesystem since the root filesystem is normally read only unless using anyuid. In some cases, this could mean custom build images would be needed.

Reference issue #19 (closed)