File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ RUN patchzips=`ls ${PATCH_DIR}/p*.zip 2>/dev/null`; \
118
118
119
119
RUN rm -rf /u01/oracle/idm/server/ConnectorDefaultDirectory && \
120
120
ln -s /u01/oracle/user_projects/domains/ConnectorDefaultDirectory /u01/oracle/idm/server/ConnectorDefaultDirectory && \
121
- if $ORACLE_HOME/OPatch/opatch lsinventory -oh $ORACLE_HOME -jre $JAVA_HOME | egrep -q '23855729|24204843' ; then \
121
+ if $ORACLE_HOME/OPatch/opatch lsinventory -oh $ORACLE_HOME -jre $JAVA_HOME | egrep -q '23855729|24204843|24325050 ' ; then \
122
122
echo "Ready End Point already Configured." ; \
123
123
else \
124
124
sed -i 's|true</ready|false</ready|g' /u01/oracle/idm/server/apps/oim.ear/META-INF/weblogic-application.xml; \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN chmod a+xr /u01/oracle/dockertools/* && \
33
33
chown -R oracle:root /u01/oracle/dockertools
34
34
35
35
USER oracle
36
- RUN if $ORACLE_HOME/OPatch/opatch lsinventory -oh $ORACLE_HOME -jre $JAVA_HOME | egrep -q '23855729|24204843'; then \
36
+ RUN if $ORACLE_HOME/OPatch/opatch lsinventory -oh $ORACLE_HOME -jre $JAVA_HOME | egrep -q '23855729|24204843|24325050 '; then \
37
37
echo "Ready End Point already Configured."; \
38
38
else \
39
39
sed -i 's|true</ready|false</ready|g' /u01/oracle/idm/server/apps/oim.ear/META-INF/weblogic-application.xml; \
You can’t perform that action at this time.
0 commit comments