martinzink commented on code in PR #1787: URL: https://github.com/apache/nifi-minifi-cpp/pull/1787#discussion_r1597087270
########## docker/python-verify/installed.Dockerfile: ########## @@ -23,8 +23,8 @@ ARG MINIFI_VERSION ARG ARCHIVE_LOCATION ARG INSTALL_PACKAGE_CMD -ARG UID=1000 -ARG GID=1000 +ARG UID=1001 +ARG GID=1001 Review Comment: Im not sure if I follow. On ubuntu 24.04 there is already a user called ubuntu with the uid 1000. We use this dockerfile for all the distros we test on, and on the rest of them there is no user with uid 1000, so changing this arbitrary number seemed the easiest solution. Moreover its probably more clean to use our own user called minifi with clear permissions. -- 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]
