Deedss commented on code in PR #731: URL: https://github.com/apache/celix/pull/731#discussion_r1558213019
########## .devcontainer/devcontainer.json: ########## @@ -0,0 +1,7 @@ +{ + "name": "Apache Celix Dev Container", + "build": { + "dockerfile": "Dockerfile" + }, + "postCreateCommand": "sh .devcontainer/setup.sh" Review Comment: Tested on fedora 39/40. With the previous devcontainer.json, this resulted in permission errors due to SELinux. To mitigate this, setting the workspaceMount with the flag ```z```. Will try to test this on ubuntu/debian as well. -- 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