Skip to content

Commit 3afa0cf

Browse files
committed
Got fix for wdt copy domain to the right one
1 parent 2281349 commit 3afa0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imagetool/src/main/resources/docker-files/Dockerfile.create

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

imagetool/src/main/resources/docker-files/Dockerfile.ph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5353
COPY --from=JDK_BUILD --chown=oracle:oracle $JAVA_HOME $JAVA_HOME/

0 commit comments

Comments
 (0)