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:
Activemq version | Java version | OS | Image tag | Size |
---|---|---|---|---|
5.16 | 17 | Rockylinux 8 | 5.16-jre17-rockylinux8 |
|
5.17 | 17 | Rockylinux 8 | 5.17-jre17-rockylinux8 |
|
5.18 | 17 | Rockylinux 8 | 5.18-jre17-rockylinux8 |
Additional tags available:
5.18.NN-jre17-rockylinux8
(full semver)latest
which always point to the latest activemq version available
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 |