Hi Team,
we have a requirement to upgrade to latest mq version. I am creating a MQ image using the scripts from github(https://github.com/ibm-messaging/mq-container). I am seeign some issue with makefile script. getting below error. Can you please help to provide the correct script asap.
Hi Team, we have a requirement to upgrade to latest mq version. I am creating a MQ image using the scripts from github(https://github.com/ibm-messaging/mq-container). I am seeign some issue with makefile script. getting below error. Can you please help to provide the correct script asap.
Build the new image
docker build --tag ibm-mqadvanced-server:9.2.0.0-amd64 --file Dockerfile-server --network build --build-arg MQ_URL=http://build:80/IBM_MQ_9.2.0_LINUX_X86-64_NOINST.tar.gz --build-arg IMAGE_REVISION="4fa771436155ce6b92c8968477a464894d1d505d" --build-arg IMAGE_SOURCE="https://github.com/ibm-messaging/mq-container.git" --build-arg IMAGE_TAG="ibm-mqadvanced-server:9.2.0.0-amd64" --label version=9.2.0.0 --label name=ibm-mqadvanced-server --label build-date=2020-12-16T11:48:53-0500 --label architecture="amd64" --label run="docker run -d -e LICENSE=accept ibm-mqadvanced-server:9.2.0.0-amd64" --label vcs-ref=4fa771436155ce6b92c8968477a464894d1d505d --label vcs-type=git --label vcs-url=https://github.com/ibm-messaging/mq-container.git --target mq-server . Sending build context to Docker daemon 905.5MB Error response from daemon: Dockerfile parse error line 111: unknown instruction: && make: *** [Makefile:274: build-advancedserver] Error 1 [root@localhost mq-container]#