This repository has been archived by the owner on May 5, 2020. It is now read-only.
Releases: ibm-messaging/mq-docker
Releases · ibm-messaging/mq-docker
v3.0.0
Action required
- Updated to install Ubuntu
.deb
files - Any changes to theMQ_PACKAGES
variable will now need to use the new package names (for example, "ibmmq-web" instead of "MQSeriesWeb")
Other notable changes
- Updated to MQ V9.0.3
- Migrated from
amqicdir
to new officialcrtmqdir
utility - Restructured startup scripts
- Removed fixed UID numbers for developer config
- Use HTTPS for MQ installer download
- Reduced image size by purging 32-bit libraries
v2.0.0
Action required
- Ensure that you use the
REPLACE
keyword in all of yourDEFINE
MQSC statements. With this change, any supplied MQSC files are run every time the queue manager runs. This allows you to update the MQSC file, re-build the image, and then have the changes applied when you start a container based on that new image. - Code has been re-structured to use git branches for older versions of MQ.
Other notable changes
- Updated to MQ V9.0.1, adding the web console on port 9443.
- Updated base image to Ubuntu 16.04
- Set version number in command prompt dynamically
- NFS and Bluemix Volume support added. (See:
setup-var-mqm.sh
). Note that it is now recommended to mount volumes into/mnt/mqm
instead of/var/mqm
. - Added MQ Developer Defaults, to provide better defaults for security, as well as queues and topics useful for development
v1.0.2
- Add MQ V9
- Don't apply CMDLEVEL unless specifically requested
- Always call amqicdir to set up /var/mqm
- Reduce image size by cleaning up temporary files
- Add regression tests
- Configure URL and packages with a build argument
v1.0.1
- Update to Apache license, for consistency with other similar offerings
- Updates to troubleshooting section in README
v1.0.0
Initial version of a supported sample Docker image.