ViliusS commented on PR #4307: URL: https://github.com/apache/activemq-artemis/pull/4307#issuecomment-1524821751
> I think Docker multistage builds are great. I don't need to configure anything on the host machine and can simply press "build" in Jenkins. I don't argue that, but as I said, such images are great only for final deployment or local development. > Other than that you can still always customize the Dockerfile by cloning your own Dockerfile before docker build and replace the standard build with your own. I know that, however this PR changes the purpose of these Dockerfiles. Previously they contained only configuration needed for the runtime and served more as a tool to build your own custom images. Now they contain old the build flow inside, hence they now serve just as easier way to run Artemis. -- 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]
