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: samples/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
The samples folder contains Dockerfiles that build a sample image containing sample applications.
4
4
5
-
*[Update base package sample](updateBase/) - This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages
6
-
*[iFix sample](applyIfix/) - This sample applies an iFix provided by IBM to an existing image.
5
+
*[MQ Client](mqclient/) - This sample adds mq client libraries to an existing image.
7
6
*[Bar sample](bars/) - This sample adds some bar files to an existing image.
8
7
*[Scripts sample](scripts/) - This sample adds scripts which are run on startup.
9
-
8
+
*[Update base package sample](updateBase/) - This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages
9
+
*[iFix sample](applyIfix/) - This sample applies an iFix provided by IBM to an existing image.
-**mqclient** contains a sample dockerfile for adding the MQ client into the image.
7
+
8
+
## Building the sample
9
+
10
+
First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images.
11
+
12
+
Download a copy of the MQ redistributable client Example URL: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.2.0.4-IBM-MQC-Redist-LinuxX64.tar.gz
0 commit comments