File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ COPY --chown=oracle:oracle p28186730_139400_Generic.zip $OTMPDIR/opatch/
96
96
# START %%CREATE_OPATCH_1394%% #
97
97
&& cd $OTMPDIR /opatch \
98
98
&& $JAVA_HOME /bin/jar -xf $OTMPDIR /opatch/p28186730_139400_Generic.zip \
99
- && $JAVA_HOME /bin/java -jar $OTMPDIR /opatch/6880880/opatch_generic.jar -silent oracle_home=$ORACLE_HOME \
99
+ && $JAVA_HOME /bin/java -jar $OTMPDIR /opatch/6880880/opatch_generic.jar -silent -ignoreSysPrereqs -force -novalidation oracle_home=$ORACLE_HOME \
100
100
# END %%CREATE_OPATCH_1394%% #
101
101
102
102
# START %%UPDATE_OPATCH_1394%% #
103
103
RUN cd $OTMPDIR /opatch \
104
104
&& $JAVA_HOME /bin/jar -xf $OTMPDIR /opatch/p28186730_139400_Generic.zip \
105
- && $JAVA_HOME /bin/java -jar $OTMPDIR /opatch/6880880/opatch_generic.jar -silent oracle_home=$ORACLE_HOME \
105
+ && $JAVA_HOME /bin/java -jar $OTMPDIR /opatch/6880880/opatch_generic.jar -silent -ignoreSysPrereqs -force -novalidation oracle_home=$ORACLE_HOME \
106
106
&& rm -rf $OTMPDIR
107
107
# END %%UPDATE_OPATCH_1394%% #
108
108
You can’t perform that action at this time.
0 commit comments