It was reported that during docker-build, if 'USER root' is set and 'USER default' is not appended afterward in the Dockerfile, a user gets root in the running pod after deployment.
Product bug (contains reproducer):
https://bugzilla.redhat.com/show_bug.cgi?id=1304699
I don't think this can be closed as 'NOTABUG'. At least Openshift Enterprise is preventing this issue, ending up having a non-root user instead. Any reason why Origin cannot do the same thing as Enterprise?