https://github.com/consol/message-broker-images
Collection of Docker images with various message brokers
https://github.com/consol/message-broker-images
Last synced: 19 days ago
JSON representation
Collection of Docker images with various message brokers
- Host: GitHub
- URL: https://github.com/consol/message-broker-images
- Owner: ConSol
- Created: 2015-11-06T08:13:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T20:12:34.000Z (over 8 years ago)
- Last Synced: 2025-05-31T12:30:14.860Z (9 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Message-Broker Images
This project holds Docker builds for various message-brokers with various versions. The project uses the docker-maven-plugin
internally to build the images. You can build the images locally on the Dockerhost with
````
mvn clean package docker:build
````
By default the environment variable `DOCKER_HOST` is evaluated for connecting to the Docker deamon on your host. Use the
docker-maven-plugin configuration settings for other connection parameters to the Docker daemon.
You can restrict the images to build by selecting the maven sub modules
````
mvn -pl activemq clean package docker:build
````
## Servers
Currently we have the following servers
* Apache ActiveMQ: 5.11, 5.12
All server images are pushed to [hub.docker.io](https://registry.hub.docker.com/repos/consol/) and can be faved there ;-)