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
Optionally disallow the use of 'root' user for Processes and Tasks of docker lifecycle Apps (#4452)
* Add 'allow_docker_root_user' config property
* Remove duplicate docker? check in helper
* Disallow Process and Task 'root' user at runtime
* Ignore user in droplet docker execution metadata via dockerfile for staging
because user may be subsequently overridden on Process or Task model
* Enforce that 'root' or '0' user is not used at runtime by task_action and
desired_lrp builders
* Re-raise the error in desire app handler. If not re-raised, error
is supressed with no clear user feedback.
0 commit comments