Skip to content

Fix CA Certs in open shift environments

Zach Rice requested to merge fix/ca-cert into master

What does this MR do?

Removes node user from the Dockerfile. This fixes CA Certs in open shift environments since the userID in open shift docker images are random uuids. CA cert permissions were previously granted to user node, they now default to root.

What are the relevant issue numbers?

gitlab-org/gitlab#350625 (closed)

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports