We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172dc2a commit 389bfa0Copy full SHA for 389bfa0
imagetool/src/main/resources/docker-files/fmw-patching.mustache
@@ -19,7 +19,8 @@
19
# Apply all patches provided at the same time
20
RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -nonrollbackable -phBaseDir {{{tempDir}}}/patches \
21
&& test $? -eq 0 \
22
- && {{{oracle_home}}}/OPatch/opatch util cleanup -silent -oh {{{oracle_home}}}
+ && {{{oracle_home}}}/OPatch/opatch util cleanup -silent -oh {{{oracle_home}}} \
23
+ || (cat {{{oracle_home}}}/cfgtoollogs/opatch/opatch*.log && exit 1)
24
{{/strictPatchOrdering}}
25
{{#strictPatchOrdering}}
26
# Apply one patch at a time in the order they were specified
0 commit comments