carlesfernandez / docker-petalinux2

Docker image generation for Xilinx Petalinux Tools
MIT License
30 stars 24 forks source link

Matching user and group IDs of petalinux docker user to machine user #6

Closed yotarid closed 1 month ago

yotarid commented 2 months ago

In some cases, if the user is not a local user but a non-local user that gets a UID and GID from a network, permission denial can occur and no files/folder can be created or modified. This fix shall always align the UID and GID of the petalinux docker user to the UID and GID of the user that runs the container

yotarid commented 1 month ago

Hi @carlesfernandez , Could you have a look at this PR and merge if possible ?

carlesfernandez commented 1 month ago

Merged! Thanks