Commit 0c54839
change patching implementation
* change how we handle patches
* add patches conflict check for create image
* Fix cache addPatch to accept new patch id format and remove validation
* update doc to standardized patch number format
* update doc and add rigid patch number pattern when using cache addPatch
* change cache to ALWAYS and no other policy.
useCache is now a hidden option.
If no user credentials are provided then it will failed if the needed patch is not in the cache. --latestPSU always requires credentials.
* optimize import, fix missing constructor super call and missing mustache
* report validation message error
* fix documentation
* code cleanup
* fix doc
* fix help text for patchid
* Change validatePatchIds not to thrown exception
* remove download installer code
* format error message according to the format requirement
* refine error message
* fix wdt complaining java_home not set for wdt
* Fix volume mount issue when updating image where the local builddir is on nfs system. This also eliminate the problem with a remote docker daemob
* rename domainType to wdtDomainType
* Fix how the bash command is built for checking image info
* Fix opatch lsinventory to use base64 output to properties instead of file
* Add failure check for lsinventory result
* Correct doc and error message for failure to cleanup temp directory
* fix error message format1 parent 704dc9c commit 0c54839
File tree
17 files changed
+504
-336
lines changed- imagetool/src/main
- java/com/oracle/weblogic/imagetool
- api/model
- cli
- cache
- impl
- util
- resources
- docker-files
- probe-env
- site
17 files changed
+504
-336
lines changedLines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
33 | 50 | | |
34 | 51 | | |
35 | 52 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
Lines changed: 20 additions & 86 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | | - | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 12 | | |
21 | | - | |
22 | | - | |
23 | 13 | | |
24 | 14 | | |
| 15 | + | |
| 16 | + | |
25 | 17 | | |
26 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
| |||
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
45 | | - | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
49 | 43 | | |
50 | 44 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
62 | 49 | | |
| 50 | + | |
63 | 51 | | |
64 | 52 | | |
65 | 53 | | |
| |||
81 | 69 | | |
82 | 70 | | |
83 | 71 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 72 | + | |
103 | 73 | | |
104 | 74 | | |
105 | 75 | | |
| |||
108 | 78 | | |
109 | 79 | | |
110 | 80 | | |
111 | | - | |
| 81 | + | |
| 82 | + | |
112 | 83 | | |
113 | 84 | | |
114 | 85 | | |
115 | 86 | | |
116 | 87 | | |
117 | 88 | | |
118 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
119 | 96 | | |
120 | 97 | | |
121 | 98 | | |
122 | 99 | | |
123 | 100 | | |
124 | 101 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 102 | | |
135 | 103 | | |
136 | 104 | | |
137 | | - | |
| 105 | + | |
138 | 106 | | |
139 | 107 | | |
140 | 108 | | |
| |||
147 | 115 | | |
148 | 116 | | |
149 | 117 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 118 | | |
158 | 119 | | |
159 | 120 | | |
| |||
162 | 123 | | |
163 | 124 | | |
164 | 125 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 126 | | |
0 commit comments