lhotari commented on code in PR #4464: URL: https://github.com/apache/bookkeeper/pull/4464#discussion_r1694638016
########## docker/Dockerfile: ########## @@ -86,6 +86,9 @@ COPY --from=jre-build /javaruntime $JAVA_HOME COPY scripts /opt/bookkeeper/scripts RUN chmod +x -R /opt/bookkeeper/scripts/ +RUN chown -R 10000:0 /opt/bookkeeper Review Comment: "Principle of least privilege" should be followed. Only the directories that need to be writable should be writable. -- 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]
