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: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,38 @@ Add the MQ Client libraries to your existing image by running `docker build -t a
72
72
73
73
`<AceOnlyImageTag>` is the tag of the image you want to add the client libs to i.e. ace-only. You can supply a customer URL for the MQ binaries by setting the argument MQ_URL
74
74
75
+
### Applying an iFix to an existing image
76
+
77
+
If you need to apply an iFix to an existing image, this can be done using the following Dockerfile sample. It requires the iFix to use the mqsifixinst.sh installation method.
- IFIX_TAR is the name of the iFix download file. This must be located in the same directory as the Dockerfile
101
+
- USER must be updated to match the ID of the ace user
102
+
103
+
To build the image use a command such as the following `docker build -f Dockerfile --tag myregistry.com/ace/ace-server-prod:12.0.2.0-ACE-LinuxX64-TFIT38649 .`
104
+
105
+
The resulting image should then be used using the same options as the original base image
0 commit comments