File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ENV ORACLE_HOME=${ORACLE_HOME} \
9797 PROPERTIES_FILE_DIR=$ORACLE_HOME/properties
9898
9999# DO NOT COMBINE THESE BLOCKS. It won't work when formatting variables like DOMAIN_HOME
100- ENV DOMAIN_HOME=${DOMAIN_HOME} \
100+ ENV DOMAIN_HOME=${DOMAIN_HOME:-/u01/domains/base_domain } \
101101 PROPERTIES_FILE_DIR=$ORACLE_HOME/properties \
102102 PATH=$PATH:${JAVA_HOME}/bin:${ORACLE_HOME}/oracle_common/common/bin:${ORACLE_HOME}/wlserver/common/bin:${DOMAIN_HOME}/bin:${ORACLE_HOME}
103103
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV WDT_PKG=${WDT_PKG:-weblogic-deploy.zip} \
4747 RCU_RUN_FLAG=${RCU_RUN_FLAG:-}
4848
4949# DO NOT COMBINE THESE BLOCKS. It won't work when formatting variables like DOMAIN_HOME
50- ENV DOMAIN_HOME=${DOMAIN_HOME} \
50+ ENV DOMAIN_HOME=${DOMAIN_HOME:-/u01/domains/base_domain } \
5151 PATH=$PATH :${JAVA_HOME} /bin:${ORACLE_HOME} /oracle_common/common/bin:${ORACLE_HOME} /wlserver/common/bin:${DOMAIN_HOME} /bin:${ORACLE_HOME}
5252
5353COPY --from=JDK_BUILD --chown =oracle:oracle $JAVA_HOME $JAVA_HOME /
You can’t perform that action at this time.
0 commit comments