zrhoffman commented on code in PR #6588:
URL: https://github.com/apache/trafficcontrol/pull/6588#discussion_r847815850


##########
dev/traffic_router/Dockerfile:
##########
@@ -25,7 +25,7 @@ ADD 
https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.43/bin/apache-tomcat-9.
 ARG USER
 ARG UID
 RUN adduser -H -D ${USER} -u ${UID}
-RUN chown -R ${USER} /opt /usr/share/java/ /root
+RUN chown -R ${UID}:${UID} /opt /usr/share/java/ /root

Review Comment:
   Setting UID and GID of the trafficrouter user at runtime in 05d4b0c817



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to