Skip to content

No 101 user in 3.0.3 image? #585

Discussion options

You must be logged in to vote

You need to make sure the container entrypoint is executed as user 101. @haxorof confirmed that it was the issue he faced in #586.

I'm not that familiar with Kubernetes, but I believe you should configure it with a securityContext:

https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod

runAsUser: 101 might suffice.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@carloscarnero
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@carloscarnero
Comment options

@haxorof
Comment options

Answer selected by carloscarnero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants