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
New feature --fromImageProperties allows user to provide fromImage properties without docker run step
See merge request weblogic-cloud/weblogic-image-tool!499
Copy file name to clipboardExpand all lines: imagetool/src/main/resources/ImageTool.properties
+1
Original file line number
Diff line number
Diff line change
@@ -121,3 +121,4 @@ IMG-0119=All parameters and options provided after the -- will be passed to the
121
121
IMG-0120=Retries exhausted, unable to download patch from Oracle. Try again later or manually add the patch to the cache to skip this download step.
122
122
IMG-0121=Did not recognize architecture name {0}. Defaulted to AMD64.
123
123
IMG-0122=Invalid patch {0} for version {1}. A patch cannot be both generic and architecture specific. Remove the invalid entry from the cache, like {0}_{1}_xxx64.
124
+
IMG-0123=User specified fromImage properties with file: {0}
0 commit comments