This repository was archived by the owner on May 5, 2020. It is now read-only.
Added support for MQ 7.5 #66
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a new Dockerfile which adds support to MQ 7.5. I built it using command:
$ docker build -t mq:7.5 -f Dockerfile-mq7.5 .I tested this in a RHEL 7.3 machine (IBM Open Client) running kernel 3.10.0-514.10.2.el7.x86_64
I ran it using:
docker run --name mq -e LICENSE=accept -e MQ_QMGR_NAME=QM1 -v $HOME/mqm:/mnt/mqm -p 1414:1414 -p 9445:9443 -d --ipc=host mq:7.5And then, to validate it I used: