Skip to content

Commit 85dbf5c

Browse files
authored
Fix application instructions
Add instructions to apply a service provided APAR fix.
1 parent 4f3e5f5 commit 85dbf5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Download a copy of App Connect Enterprise (ie. `ace-11.0.0.5.tar.gz`) and place
1919

2020
Choose if you want to have an image with just App Connect Enterprise or an image with both App Connect Enterprise and IBM MQ Advanced.
2121

22+
### Building a container image which contains an IBM Service provided fix for ACE
23+
24+
You may have been provided with a fix for App Connect Enterprise by IBM Support, this fix will have a name of the form `11.0.0.X-ACE-LinuxX64-TF12345.tar.gz`. In order to apply this fix follow these steps.
25+
- On a local system extract the App Connect Enterprise archive
26+
`tar -xvf ace-11.0.0.5.tar.gz`
27+
- Extract the fix package into expanded App Connect Enterprise installation
28+
`tar -xvf /path/to/11.0.0.5-ACE-LinuxX64-TF12345.tar.gz --directory ace-11.0.0.5`
29+
- Tar and compress the resulting App Connect Enterprise installation
30+
`tar -cvf ace-11.0.0.5_with_IT12345.tar ace-11.0.0.5`
31+
`gzip ace-11.0.0.5_with_IT12345.tar`
32+
- Place the resulting `ace-11.0.0.5_with_IT12345.tar.gz` file in the `deps` folder and when building using the `build-arg` to specify the name of the file: `--build-arg ACE_INSTALL=ace-11.0.0.5_with_IT12345.tar.gz`
33+
2234
### Using App Connect Enterprise for Developers
2335

2436
Get [ACE for Developers edition](https://www.ibm.com/marketing/iwm/iwm/web/pick.do?source=swg-wmbfd). Then place it in the `deps` folder as mentioned above.

0 commit comments

Comments
 (0)