rlenferink commented on PR #656: URL: https://github.com/apache/celix/pull/656#issuecomment-1736036155
For me the build already fails with the `gitpod` user: ```bash gitpod /home/rlenferink/workspace/asf/celix/celix-container/build (feature/add-dev-container) $ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_TESTING=ON .. CMake Error: Unable to (re)create the private pkgRedirects directory: /home/rlenferink/workspace/asf/celix/celix-container/build/CMakeFiles/pkgRedirects gitpod /home/rlenferink/workspace/asf/celix/celix-container/build (feature/add-dev-container) $ mkdir testDir mkdir: cannot create directory ‘testDir’: Permission denied ``` I had the exact same issues when I tried a non-root user in the Containerfile of this pull request. This seems intended behavior to lock down the users who are able to write to volumes. > but I am not a experienced vscode user Neither am I. Every Apache committer is allowed a Jetbrains license for their OSS work, so that is what I am using and am experienced with. My goal was to play around and see if I can extend the Containerfile for use with Clion and then as follow-up see how this can be integrated in e.g. GitHub codespaces. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org