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 VSCode.
With the previous devcontainer.json, this resulted in permission errors due
to SELinux.
To mitigate this, setting the workspaceMount with the flag ```z```.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]