mq-container
mq-container copied to clipboard
Container images for IBM® MQ
Due to (another) seq requirement we are not allowed to run with GID 0 in k8s. Is there any way to do that? I get the following error: ``` docker...
Wanted to know if there was any intentions to make a arm64 compatible container available particularly for M1 Mac users who want to spin up an MQ instance? At the...
Error building the image: # Build the new image docker build --tag ibm-mqadvanced-server:9.2.2.0-amd64 --file Dockerfile-server --network build --build-arg MQ_URL=http://build:8080/IBM_MQ_9.2.2_LINUX_X86-64_NOINST.tar.gz --build-arg IMAGE_REVISION="4580cecf4973107dff184e8cbbcf9ac7f5b4e7df" --build-arg IMAGE_SOURCE="https://github.com/ibm-messaging/mq-container.git" --build-arg IMAGE_TAG="ibm-mqadvanced-server:9.2.2.0-amd64" --label version=9.2.2.0 --label name=ibm-mqadvanced-server --label...
I'm just running the latest container from dockerhub. It starts fine but if I stop and restart the mqweb component does not work any longer. Same behavior with and without...
Hi As you can see in this note https://github.com/docker/buildx/issues/591 --network is not more supported in docker build to reproduce run: make build-advancedserver you should get `Error response from daemon: network...
We have a company-wide sec. requirement to run containers in k8s with a read only fs (We run it there for dev purposes only). We have been able to implement...
There seems to be an error in the url for the mq installer file. The mqadv_dev912_linux_x86-64.tar.gz file doen't exist however the mqadv_dev921_linux_x86-64.tar.gz file does (not 912 vs 921)
This fixes allow building the MQExplorer which was failing.
I've noticed whilst running tests with mTLS certificates that without this correction the code wouldn't be able to correctly initialize the CMS keystore when using an mTLS Server certificate.