SamTV12345 commented on PR #4307:
URL: 
https://github.com/apache/activemq-artemis/pull/4307#issuecomment-1590041335

   > is this making a docker official build any easier? is that the reason 
behind this?
   
   This turbocharges new builds. You can build all platforms in next to no time 
and push it to Dockerhub. It streamlines the build process. Before that you had 
to go through the steps in the ./prepare.sh. Then go to the sub directory, then 
start building dockerfiles one after the other. If I want to start the whole 
build that would mean 1 x prepare.sh, 5-6 times Dockerfiles with the right 
tags. Non parallel builds. With this approach I can build all 6 images in 
around 5 minutes with minimum resource usage of the maven repository. 
   This docker compose also allows for non contributors/people new to the 
project build images with their known tooling docker and docker-compose. 
   Last but not least you can simple select an image with docker composer 
service <my-desired-image> up.


-- 
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]

Reply via email to