This repository produces multi-arch ActiveMQ images compatible with all the supported Alfresco versions that will be used by Alfresco engineering teams, other internal groups in the organisation, customers and partners to run the Alfresco Digital Business Platform.
Multiple tags are available depending on the versions/flavours:
Note for ActiveMQ 6.2 or above: Authentication is enforced. Configuring
ACTIVEMQ_ADMIN_LOGINandACTIVEMQ_ADMIN_PASSWORDis now required, even if it was optional in earlier versions.
Additional tags available:
5.18.NN-jre17-rockylinux8(full semver)
Built images are available on the following registries:
- Docker Hub as
alfresco/alfresco-activemq - Quay as
quay.io/alfresco/alfresco-activemq(requires authentication)
Example final image: alfresco/alfresco-activemq:5.18-jre17-rockylinux8
If you are using this image in a public repository, please stick to the Docker Hub published image.
Images are built for amd64 and arm64 architectures.
The pinning suggestions provided in alfresco-base-java are valid for this image too.
The following can be set via environment variables:
| Parameter | Default value | Description |
|---|---|---|
| ACTIVEMQ_BROKER_NAME | localhost | The name of the broker of ActiveMQ server |
| ACTIVEMQ_ADMIN_LOGIN | admin | The login for admin account (broker and web console) |
| ACTIVEMQ_ADMIN_PASSWORD | admin | The password for admin account |