Hi
Once trying to use custom created container in my build, I encounter the following error :
CircleCI was unable to start the container because of a userns remapping failure in Docker.
This typically means the image contains files with UID/GID values that are higher than Docker and CircleCI can use.
Checkout our docs Debugging Container ID Cannot Be Mapped to Host ID Error - CircleCI to learn how to fix this problem.
Original error: CircleCI was unable to start the container because of a userns remapping failure in Docker.This typically means the image contains files with UID/GID values that are higher than Docker and CircleCI can use.
Checkout our docs Debugging Container ID Cannot Be Mapped to Host ID Error - CircleCI to learn how to fix this problem.
Original error: failed to register layer: Error processing tar file(exit status 1): Container ID 101152375
cannot be mapped to a host ID
Note that tried following the link suggestion, yet , NADA!! even tried wider search using:
find / ( -uid +65500 ) -ls 2>/dev/null
Any idea ?
Thx - Albert