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
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
If you try to run the image in a Kubernetes cluster that has a PSP policy for nonRoot, you get the following error:
Error: container has runAsNonRoot and image has non-numeric user (curl_user), cannot verify user is non-root
In the Dockerfile when the curl_user is created if we set the UID then to something we know and then change the USER line to be the UID of the curl_user then I think it will solve this without negatively impacting the current design/setup.
xquery, kpink224, deepankumaresan, toolking, becrespi and 4 more