Add MQ and Go SDK images

This commit is contained in:
Arthur Barr
2018-05-15 09:38:50 +01:00
parent 6775264bcc
commit e18dcbd8e8
5 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# IBM MQ Software Developer Kit (SDK) with Go
This image contains the MQ SDK, Git, the Go compiler, and the `build-essential` package (which includes GNU C and C++ compilers plus other essential tools like `make`).
This image doesn't contain any Go code for MQ. You can add a CGO wrapper for the MQ C client, for example [mq-golang](https://github.com/ibm-messaging/mq-golang), via your vendor directory, or directly using `go get`.