There was an issue with using the scratch
image because hauser expects to be able to create
directories for temporary files. With the scratch
image, the hauser user did not have permission to
create the directory, so the process would fail.
Use --chown flag when copying over the directory
to ensure the hauser user can write to it.
There was an issue with using the scratch image because hauser expects to be able to create directories for temporary files. With the scratch image, the
hauser
user did not have permission to create the directory, so the process would fail. Use--chown
flag when copying over the directory to ensure thehauser
user can write to it.