You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting feedback by our provider, that the docker container cannot be started:
message: 'container has runAsNonRoot and image has non-numeric user (admin),
cannot verify user is non-root (pod: "xxx",
container: container)'
reason: CreateContainerConfigError
I think this can be solved, if we replace the user inside Dockerfile from admin to some UID – maybe defaulting to 1000 which is the one non-root-user on a classical Linux system
The text was updated successfully, but these errors were encountered:
We are getting feedback by our provider, that the docker container cannot be started:
I think this can be solved, if we replace the user inside Dockerfile from admin to some UID – maybe defaulting to 1000 which is the one non-root-user on a classical Linux system
The text was updated successfully, but these errors were encountered: