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
Currently Pelion docker images contains hardcoded USER_ID and GROUP_ID passed to docker build command. By removing this we could reuse same image for users sharing same build machine.
Having user-independent images it would be beneficial to have additional variable to set container prefix (for --container feature) - PELION_CONTAINER_PREFIX.
The text was updated successfully, but these errors were encountered:
Currently Pelion docker images contains hardcoded
USER_ID
andGROUP_ID
passed todocker build
command. By removing this we could reuse same image for users sharing same build machine.Having user-independent images it would be beneficial to have additional variable to set container prefix (for
--container
feature) -PELION_CONTAINER_PREFIX
.The text was updated successfully, but these errors were encountered: