You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building.md
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,29 +18,12 @@ To build an IBM MQ image, navigate to the appropriate section:
18
18
19
19
## Building a production image
20
20
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)
24
22
25
23
The procedure below is for building the 9.4.0 release, on `amd64`, `ppc64le` and `s390x` architectures.
26
24
27
25
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
44
27
3. Ensure the `tar.gz` file is in the `downloads` directory
0 commit comments