The recent version added more "safe" read-only mapping data objects to files via unix file permissions. However it seems that our CI runs as root and it can modify files even it has not write permission. This leads to failing tests on CI server. I propose to create a normal user in the container and switch to this user before running the tests.
The recent version added more "safe" read-only mapping data objects to files via unix file permissions. However it seems that our CI runs as root and it can modify files even it has not write permission. This leads to failing tests on CI server. I propose to create a normal user in the container and switch to this user before running the tests.