ActiveMQ x Alpine containerization
1.2K
Base on Alpine OS mich43l/os:alpine from mich43l. This image implemented Java Corretto for the Java binary. The 5.x.x version is using Java 11 and for 6.x.x version it will using Java 17.
v5.18.3v5.18.4v6.1.2docker buildx build --platform linux/amd64 --build-arg VERSION=5.18.3 -t activemq -f 5.18.x/Dockerfile .
Run as default
docker run -tid --name=activemq -p 61616:61616 mich43l/activemq
Run with variables
docker run -tid \
--name=activemq \
-p 61616:61616 \
-e ACTIVEMQ_USERNAME=adminmq \
-e ACTIVEMQ_PASSWORD=adminmqpassword \
-e ACTIVEMQ_WEBADMIN_USERNAME=rootmq \
-e ACTIVEMQ_WEBADMIN_PASSWORD=toormq \
mich43l/activemq
| Environment Variable | Default | Description |
|---|---|---|
| ACTIVEMQ_USERNAME | system | Security (credentials.properties) |
| ACTIVEMQ_PASSWORD | manager | Security (credentials.properties) |
| ACTIVEMQ_WEBADMIN_USERNAME | admin | WebConsole (jetty-realm.properties) |
| ACTIVEMQ_WEBADMIN_PASSWORD | admin | WebConsole (jetty-realm.properties) |
Content type
Image
Digest
sha256:eb5ad352b…
Size
241.6 MB
Last updated
about 2 years ago
docker pull mich43l/activemq:5.18.4