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: imagetool/src/main/resources/ImageTool.properties
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ IMG-0086=Failed to find patch number [[brightred: {0}]] on Oracle servers, verif
88
88
IMG-0087=The Oracle Home directory in --fromImage={0} has an owner and group of {1}:{2}. You must update the image with the same user and group setting from when it was created. Example: --chown={1}:{2}
89
89
IMG-0088=Build command failed with error: {0}
90
90
IMG-0089=WDT_MODEL_HOME was not set in the source image, using default model location: {0}
91
-
IMG-0090=Rebasing WDT models. A domain was not found in the source image at {0}
91
+
IMG-0090=Rebasing WDT models only. A domain was not found in the source image at {0}
92
92
IMG-0091=Reading settings from the source image {0}
93
93
IMG-0092=ORACLE_HOME already exists in {0} (--fromImage), skipping middleware installs
94
94
IMG-0093=Patching skipped. Using CREATE to patch --fromImage with an existing ORACLE_HOME is not supported. To create a patched image, use CREATE with a linux base image and apply the WebLogic install and patches at the same time.
@@ -115,3 +115,4 @@ IMG-0113=The directory specified with WLSIMG_BLDDIR must be writable: {0}
115
115
IMG-0114=Unable to parse section {0} of additionalBuildCommands: {1}
116
116
IMG-0115=Unable to reach Oracle patch server to check for patch conflicts, skipping online conflict check. OPatch will check patches locally during the build.
117
117
IMG-0116=A patch conflict was detected. The patches listed within the brackets conflict with each other. These fixes cannot be applied without a merge patch from Oracle:
118
+
IMG-0117=The value for --sourceImage must not be empty.
0 commit comments