Re: [PATCH] Dockerfile: Remove high UID/GID

2020-09-02 Thread Tom Rini
On Wed, Sep 02, 2020 at 02:33:22PM +0200, Harm Berntsen wrote: > When running Docker with user namespace remapping, the UID/GID of the > files must be in the 0 - 65535 range. One toolchain's tar file included > files outside of that range and thus I could not run the image on my > GitLab runners.

[PATCH] Dockerfile: Remove high UID/GID

2020-09-02 Thread Harm Berntsen
When running Docker with user namespace remapping, the UID/GID of the files must be in the 0 - 65535 range. One toolchain's tar file included files outside of that range and thus I could not run the image on my GitLab runners. This patch fixes that and the U-Boot CI completes just fine in my enviro