tdt17 opened a new pull request #10506: URL: https://github.com/apache/druid/pull/10506
Fixes all distribution files are committed twice in docker image. ### Description Currently the build dist is copied in a first step and in a second step the owner is set to druid:druid. This leads to two times the image size (https://hub.docker.com/layers/apache/druid/0.20.0-rc2/images/sha256-75f14a2bbf00950d4da9d2e9d566fab07f62453524ec77d7e479fced48bf69ae?context=explore) The change does first create the user and set the owner of the build dist directly on copy. /druid.sh keeps the same. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
