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 @@ -124,7 +124,7 @@ RUN {{{oracle_home}}}/OPatch/opatch napply -silent -oh {{{oracle_home}}} -phBase
124124 FROM WLS_BUILD as WDT_BUILD
125125 LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
126126
127- ENV WLSDEPLOY_PROPERTIES="{ {wlsdeploy_properties} } -Djava.security.egd=file:/dev/./urandom" \
127+ ENV WLSDEPLOY_PROPERTIES="{ {{ wlsdeploy_properties} }} -Djava.security.egd=file:/dev/./urandom" \
128128 LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
129129 DOMAIN_HOME={ {{domain_home} }}
130130
Original file line number Diff line number Diff line change 88 FROM { {baseImage} } as WDT_BUILD
99 LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
1010
11- ENV WLSDEPLOY_PROPERTIES={ {wlsdeploy_properties} } \
11+ ENV WLSDEPLOY_PROPERTIES={ {{ wlsdeploy_properties} }} \
1212 LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
1313 DOMAIN_HOME={ {{domain_home} }} \
1414 PATH=${ PATH} :{ {{java_home} }}/bin:{ {{oracle_home} }}/oracle_common/common/bin:{ {{oracle_home} }}/wlserver/common/bin:{ {{domain_home} }}/bin:{ {{oracle_home} }}
You can’t perform that action at this time.
0 commit comments