tao12345666333 commented on code in PR #478: URL: https://github.com/apache/apisix-docker/pull/478#discussion_r1244640929
########## debian/Dockerfile: ########## @@ -48,7 +48,7 @@ WORKDIR /usr/local/apisix ENV PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin -RUN useradd -u 1001 apisix && chown -R apisix:apisix /usr/local/apisix +RUN useradd -u 6336 apisix && chown -R apisix:apisix /usr/local/apisix Review Comment: Why use the ID 6336? I think we should choose an ID value less than or equal to 999, which is considered a system user. -- 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]
