lhotari commented on code in PR #4464: URL: https://github.com/apache/bookkeeper/pull/4464#discussion_r1694578845
########## 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: I think it's better to specifically list the directories that are allowed to be writable, [similar to how this is handled in Pulsar's Dockerfile](https://github.com/apache/pulsar/blob/47f204fb20d324d6794e3b57e06807af66b799bc/docker/pulsar/Dockerfile#L38-L48). -- 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]
