]> source.dussan.org Git - gitea.git/commit
specify user in rootless container numerically (#16361)
authorTobias Florek <me@ibotty.net>
Thu, 8 Jul 2021 19:30:09 +0000 (19:30 +0000)
committerGitHub <noreply@github.com>
Thu, 8 Jul 2021 19:30:09 +0000 (15:30 -0400)
commit5e819ee1de07086fb7ace9392281bc9274f85d79
tree455d7633b4bf16b9b3b8cd6f281d31792ee77176
parentd06f9ce27452ec0b80d548242bf59d65f89952bf
specify user in rootless container numerically (#16361)

* specify user in rootless container numerically

With kubernetes' PodSecurityPolicy set to runAsNonRoot it will not allow starting the container.  The error message is
```
Error: container has runAsNonRoot and image has non-numeric user (git), cannot verify user is non-root
```
The `USER` directive has to be numerical for that to work.

* mention the name of the uid/gid

Co-authored-by: 6543 <6543@obermui.de>
Dockerfile.rootless