-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: container has runAsNonRoot and image will run as root #107
Comments
It'd be nice to have the images be ran as non-root. I'll see if I can get this added, but I can't give a firm timeline at the moment! |
Thanks @jaredallard |
@jaredallard Thanks for adding this as a feature.Can you please provide some instructions on how to get the build running locally.I have updated the code to run the pod as non root user in my fork,but not able to get the build working. |
Should just be |
@jaredallard getting the below error
|
@jaredallard Ignore that.One of my colleague got it working.All good now |
Im getting the below error while trying to run localizer
We have a PodSecurityPolicy set in our clusters - “RunasNonRootUser”
I think the pod is failing to run because it does not have any RunAsUser set.
Below are the errors.
The text was updated successfully, but these errors were encountered: