Skip to content

Files

Latest commit

4a3bdf3 · May 10, 2019

History

History
This branch is 5 commits ahead of, 539 commits behind ibm-messaging/mq-container:master.

mq-sdk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 10, 2019
May 15, 2018

IBM MQ Software Developer Kit (SDK)

This image contains the MQ SDK and the build-essential package, which includes GNU C and C++ compilers plus other essential tools.

Usage

For example, you could compile the amqsput0.c sample program by running the following command in an SDK container:

gcc -o /tmp/amqsput0 /opt/mqm/samp/amqsput0.c -I /opt/mqm/inc -L /opt/mqm/lib64 -lmqm

Compiler and linker output is placed on the container's filesystem, so using multi-stage Docker builds is useful to build a final container.