talonx opened a new issue #10574: URL: https://github.com/apache/druid/issues/10574
When I trigger a Docker build using the Dockfile.java11, the entire Druid build (using maven) happens again inside the Docker build process, and it seems to fetch every dependency each time leading to 30+ minutes of build time. However, a normal build (not Dockerfile) of Druid uses the local maven cache and is thus much faster. Can the Dockerfile reuse the artifacts already created by the usual build? Am I missing something here? ---------------------------------------------------------------- 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]
