Closed petrkotas closed 6 years ago
Thanks - looks good to me and works for me.
@mohammedzee1000 would you mind taking look at this PR and if you agree can you merge? Thank you.
@jperrin Hi Jim, sorry for bothering you. Would you mind looking at this PR and see whether you are OK with it?
Seems legit, but I don't have an openshift setup where I could test this. I'll merge it in, and if it breaks we can revert.
This PR fixes the UID mismatch inside of the Dockerfile.
The UID 997 did not match the real nginx user inside of the container. The nginx UID is 999.
Fixed by switching from UID to username.
Signed-off-by: Petr Kotas petr.kotas@gmail.com
This change is