mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

Unable to build off 9.3.0 build

Open chughts opened this issue 3 years ago • 2 comments

I have tried to build a developer container off the 9.3.0 branch, but the build fails with

Downloading IBM MQ Advanced for Developers 9.3.0.1
mkdir -p downloads
curl --fail --location https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.3.0.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz --output downloads/9.3.0.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
make: *** [downloads/9.3.0.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz] Error 22
Soheels-MacBook-Pro-2019:mq-container [email protected]$  DOCKER_BUILDKIT=0 make build-devserver

chughts avatar Nov 08 '22 14:11 chughts

@mirskifa is this just some over-zealous renaming of 9.3.0.0 to 9.3.0.1? It looks like the MQ Advanced for Developers download is either 9.3.0.0 or 9.3.1.0.

arthurbarr avatar Nov 08 '22 14:11 arthurbarr

You can specify the MQ version. e.g. MQ_VERSION=9.3.2.0 COMMAND=docker make build-devserver

adamdecaf avatar May 04 '23 20:05 adamdecaf