Fix CA Certs in open shift environments
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
.
- Reproduced failure using
dind
: https://gitlab.com/gitlab-org/security-products/tests/js/-/jobs/2723597613 - MR with fix: !106 (merged)
- Passing job using
tmp
image from the MR pipeline: https://gitlab.com/gitlab-org/security-products/tests/js/-/jobs/2723840981
What are the relevant issue numbers?
gitlab-org/gitlab#350625 (closed)
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Lucas Charles