adoroszlai commented on PR #9538: URL: https://github.com/apache/ozone/pull/9538#issuecomment-3678561561
Thanks @rich7420 for working on this. I have a few concerns: 1. This `Dockerfile` is mostly unused. Ozone's Docker image is in a separate repository: https://github.com/apache/ozone-docker I'll file a task to remove it and related parts of the POM. 2. We should create alternative "slim" image, not strip content from existing image. 3. Deleting files in a `RUN` step does not reduce size grown in previous steps (`ADD` in this case), because images are layered. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
