Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Releases: ibm-messaging/mq-docker

v3.0.0

08 Jun 10:21
Compare
Choose a tag to compare

Action required

  • Updated to install Ubuntu .deb files - Any changes to the MQ_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 official crtmqdir 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

22 Mar 10:23
Compare
Choose a tag to compare

Action required

  • Ensure that you use the REPLACE keyword in all of your DEFINE 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

02 Nov 16:07
Compare
Choose a tag to compare
  • 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

18 Feb 09:30
Compare
Choose a tag to compare
  • Update to Apache license, for consistency with other similar offerings
  • Updates to troubleshooting section in README

v1.0.0

02 Dec 09:41
Compare
Choose a tag to compare

Initial version of a supported sample Docker image.