mirror of https://github.com/apache/activemq.git
AMQ-9460: Fix authentication on Docker images
This commit is contained in:
parent
f47ae99fb9
commit
661fce3f16
|
@ -21,10 +21,12 @@ FROM eclipse-temurin:17-jre
|
|||
# ActiveMQ environment variables
|
||||
ENV ACTIVEMQ_INSTALL_PATH /opt
|
||||
ENV ACTIVEMQ_HOME $ACTIVEMQ_INSTALL_PATH/apache-activemq
|
||||
ENV ACTIVEMQ_CONF $ACTIVEMQ_HOME/conf
|
||||
ENV ACTIVEMQ_OPTS_MEMORY -Xms64M -Xmx1G
|
||||
ENV ACTIVEMQ_EXEC exec
|
||||
ENV PATH $PATH:$ACTIVEMQ_HOME/bin
|
||||
# Make the Web console accesible from outside the container
|
||||
ENV ACTIVEMQ_OPTS $ACTIVEMQ_OPTS -Djetty.host=0.0.0.0
|
||||
ENV ACTIVEMQ_OPTS $ACTIVEMQ_OPTS_MEMORY -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=$ACTIVEMQ_CONF/login.config -Djetty.host=0.0.0.0
|
||||
#WORKDIR $ACTIVEMQ_HOME
|
||||
|
||||
# activemq_dist can point to a directory or a tarball on the local system
|
||||
|
|
Loading…
Reference in New Issue