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
I've been testing out Podman recently and Home Assistant seems to run just fine with the --userns=keep-id flag. This runs the container with my host user ID, which would be equivalent to a Dockerfile USER. Of course, my user doesn't have access to install Python packages since the Python installation directory is owned by root, so it'd be great to see this script updated!
s6 recently added support for dropping permissions using Docker's
USER
directive(just-containers/s6-overlay#19 (comment)).This could reduce complexity for our script substantially (to pre-0.107 levels) and might be a lot cleaner.
Upstream documentation is here: https://github.com/just-containers/s6-overlay#user-directive
The text was updated successfully, but these errors were encountered: