Files
mq-container/incubating/mq-sdk
Amrit K Kandola 5a18280057 Updated UBI to UBI8 (#35)
* Updated UBI to UBI8

* Updated the README to include the redhat login

* Updated to use non-deprecated registry

* Added sed filter into docker file to remove ubi7

* Added automatic login into the makefile based on env variables, also removed nodocs from mq-explorer

* Minor typo fix
2019-11-27 09:32:38 +00:00
..
2019-11-27 09:32:38 +00:00
2018-05-15 09:38:50 +01:00

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.