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 has been 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.
The text was updated successfully, but these errors were encountered:
j4m3s-s
added a commit
to j4m3s-s/curl-docker
that referenced
this issue
May 11, 2023
If you try to run the image in a Kubernetes cluster that has a PSP policy for nonRoot, you get the following error:
In the Dockerfile when the
curl_user
is created if we set the UID then to something we know and then change theUSER
line to be the UID of thecurl_user
then I think it will solve this without negatively impacting the current design/setup.The text was updated successfully, but these errors were encountered: