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
Currently, cmd_runner.py assumes that the default user for the image is root, but that is not always the case and has been catching users (and me) by surprise. We should update the logic to explicitly run commands as root when as_root is true.
The text was updated successfully, but these errors were encountered:
Currently, cmd_runner.py assumes that the default user for the image is root, but that is not always the case and has been catching users (and me) by surprise. We should update the logic to explicitly run commands as root when as_root is true.
The text was updated successfully, but these errors were encountered: