danhuawang commented on code in PR #10681: URL: https://github.com/apache/gravitino/pull/10681#discussion_r3048821529
########## dev/docker/iceberg-rest-server/Dockerfile: ########## @@ -23,10 +23,17 @@ LABEL maintainer="[email protected]" RUN apt-get update && apt-get install -y \ python-is-python3 -WORKDIR /root/gravitino-iceberg-rest-server +RUN groupadd -g 1000 gravitino && useradd -u 1000 -g gravitino -m gravitino Review Comment: The gravitino user's GID and UID are hard code to 1000, can we not hard code them ? -- 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]
