Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-03-26 03:21:30 +00:00
parent 7486638595
commit fdd9b247d4
35 changed files with 336 additions and 47 deletions

View File

@ -429,7 +429,7 @@ Verify whether the underlying tool has:
#### Dockerfile
The `Dockerfile` should use an unprivileged user with the name `GitLab`.
This is necessary is to provide compatibility with Red Hat OpenShift instances,
This is necessary to provide compatibility with Red Hat OpenShift instances,
which don't allow containers to run as an admin (root) user.
There are certain limitations to keep in mind when running a container as an unprivileged user,
such as the fact that any files that need to be written on the Docker filesystem will require the appropriate permissions for the `GitLab` user.