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} \
97
97
PROPERTIES_FILE_DIR=$ORACLE_HOME/properties
98
98
99
99
# 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 } \
101
101
PROPERTIES_FILE_DIR=$ORACLE_HOME/properties \
102
102
PATH=$PATH:${JAVA_HOME}/bin:${ORACLE_HOME}/oracle_common/common/bin:${ORACLE_HOME}/wlserver/common/bin:${DOMAIN_HOME}/bin:${ORACLE_HOME}
103
103
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV WDT_PKG=${WDT_PKG:-weblogic-deploy.zip} \
47
47
RCU_RUN_FLAG=${RCU_RUN_FLAG:-}
48
48
49
49
# 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 } \
51
51
PATH=$PATH :${JAVA_HOME} /bin:${ORACLE_HOME} /oracle_common/common/bin:${ORACLE_HOME} /wlserver/common/bin:${DOMAIN_HOME} /bin:${ORACLE_HOME}
52
52
53
53
COPY --from=JDK_BUILD --chown =oracle:oracle $JAVA_HOME $JAVA_HOME /
You can’t perform that action at this time.
0 commit comments