alxgomz opened a new pull request, #1378: URL: https://github.com/apache/activemq/pull/1378
This PR is a proposal to address https://issues.apache.org/jira/browse/AMQ-9588 It's trying to keep the same behavior of the container and essentially: * Leverage properties lookup where possible so configuration can be done using env vars rather than sed (unfortunatelly properties lookup do not work for the `anonymousAccessAllowed` param of `simpleAuthenticationPlugin`so I left it on by default to mimic to previous behavior) * Allow building images with non default credentials * Switch build process to multistage build to allow more robust installation/configuration of the activemq distrib * Fix web console auth for ActiveMQ 5.x * Create a non privileged user to run to service * Update doc -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact