You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are actually two small things that are broken:
a. The devcontainer fails to build due to pip3 refusing to install to system site-packages.
b. It also fails to mount the project directory when running on SELinux systems.
Expected behaviour
I expected the recommended Dockerfile to build and execute, allowing me to make edits.
Steps To Reproduce
Problem A:
Checkout the code.
Attempt to run "Reopen in devcontainer" in VS Code.
Build fails.
Problem B:
Fix build and run "Reopen in devcontainer" on system with SELinux (I used Fedora 38).
Observe that no files appear in the file browser.
Mode
Both
Card Version
n/a
Home Assistant Version
n/a
Configuration
No response
Relevant log output
I've made the fixes and will submit a PR.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hello @dcode, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.
Is there an existing issue for this?
Current Behavior
There are actually two small things that are broken:
a. The devcontainer fails to build due to pip3 refusing to install to system site-packages.
b. It also fails to mount the project directory when running on SELinux systems.
Expected behaviour
I expected the recommended Dockerfile to build and execute, allowing me to make edits.
Steps To Reproduce
Problem A:
Problem B:
Mode
Both
Card Version
n/a
Home Assistant Version
n/a
Configuration
No response
Relevant log output
I've made the fixes and will submit a PR.
Code of Conduct
The text was updated successfully, but these errors were encountered: