Skip to content

Commit 6527bf2

Browse files
dselvara1GitHub Enterprise
authored andcommitted
Merge pull request #665 from mq-cloudpak/sdp-upd-build-instruction
Update download instruction
2 parents 8ab214f + 1cb6a29 commit 6527bf2

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

docs/building.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,12 @@ To build an IBM MQ image, navigate to the appropriate section:
1818

1919
## Building a production image
2020

21-
From MQ 9.2.X, the MQ container adds support for MQ Long Term Support (LTS) **production licensed** releases.
22-
23-
### MQ Continuous Delivery (CD)
21+
### MQ SC2 (formerly LTS) and Continuous Delivery (CD)
2422

2523
The procedure below is for building the 9.4.0 release, on `amd64`, `ppc64le` and `s390x` architectures.
2624

2725
1. Create a `downloads` directory in the root of this repository
28-
2. Download MQ from [IBM Passport Advantage](https://www.ibm.com/software/passportadvantage/). Identify the correct 'Continuous Delivery release' eImage part number for your architecture from the 9.4.0 tab at https://www.ibm.com/support/pages/downloading-ibm-mq-94-cd
29-
3. Ensure the `tar.gz` file is in the `downloads` directory
30-
4. Run `make build-advancedserver`
31-
32-
If you have an MQ archive file with a different file name, you can specify a particular file (which must be in the `downloads` directory). You should also specify the MQ version, so that the resulting image is tagged correctly, for example:
33-
34-
```bash
35-
MQ_ARCHIVE=mq-1.2.3.4.tar.gz MQ_VERSION=1.2.3.4 make build-advancedserver
36-
```
37-
38-
### MQ Long Term Support (LTS)
39-
40-
The procedure below is for building the 9.3.0 release, on `amd64`, `ppc64le` and `s390x` architectures.
41-
42-
1. Create a `downloads` directory in the root of this repository
43-
2. Download MQ from [IBM Passport Advantage](https://www.ibm.com/software/passportadvantage/). Identify the correct 'Long Term Support Release for Containers' eImage part number for your architecture from the 9.3.0 LTS tab at https://www.ibm.com/support/pages/downloading-ibm-mq-930
26+
2. Identify the correct eImage part number for your architecture from https://www.ibm.com/support/pages/downloading-ibm-mq-94 and download
4427
3. Ensure the `tar.gz` file is in the `downloads` directory
4528
4. Run `make build-advancedserver`
4629

0 commit comments

Comments
 (0)