Hide Forgot
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
Spoke with Brenton to confirm this is NOTABUG, misunderstanding of how Docker/builds works.
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?