-
|
Hi guys, wanna to check it out if the docker user UID and GID changes from 2.16 to 2.17 were planned and if they were, if will keep changing on next versions. 2.16 2.17 I have another container that creates files using az-cli before calling a hop process to consume it and to avoid permissions errors when using the linux host and both containers some permissions was set using the UID 1000 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The script used implicit user creation which would make it unpredictable, now the docker file contains UID and GID. We aligned them to use the same user as Hop Web docker image does. Dockerfile can be found here |
Beta Was this translation helpful? Give feedback.
The script used implicit user creation which would make it unpredictable, now the docker file contains UID and GID. We aligned them to use the same user as Hop Web docker image does. Dockerfile can be found here