Table of Contents
To use an official Apache release in your image run the following command from the qpid-docker directory where <QPID_RELEASE_VERSION> is the release version you wish to use (e.g. 9.1.0):
cd qpid-docker
docker-build.sh --release <QPID_RELEASE_VERSION>
This will download the Qpid Broker-J release and copy all the files necessary to build the pre-configured Docker image and provide you with additional instructions. Follow these instructions to finish building the image you want based on the provided Docker file or even one of your own.
If you would rather prefer to build the docker image from local Broker-J distribution, build the parent project using the command
mvn clean install -DskipTests=true
Navigate to the module 'qpid-docker':
cd qpid-docker
Execute the command:
docker-build.sh --local-dist-path <PATH_TO_LOCAL_QPID_DISTRIBUTION>
This will copy all the files necessary to build the pre-configured Docker image and provide you with additional instructions. Follow these instructions to finish building the image you want based on one of the provided Docker file or even one of your own.
Apache Qpid, Messaging built on AMQP; Copyright © 2015 The Apache Software Foundation; Licensed under the Apache License, Version 2.0; Apache Qpid, Qpid, Qpid Proton, Proton, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation; All other marks mentioned may be trademarks or registered trademarks of their respective owners