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
124
124
FROM WLS_BUILD as WDT_BUILD
125
125
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
126
126
127
- ENV WLSDEPLOY_PROPERTIES="{ {wlsdeploy_properties} } -Djava.security.egd=file:/dev/./urandom" \
127
+ ENV WLSDEPLOY_PROPERTIES="{ {{ wlsdeploy_properties} }} -Djava.security.egd=file:/dev/./urandom" \
128
128
LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
129
129
DOMAIN_HOME={ {{domain_home} }}
130
130
Original file line number Diff line number Diff line change 8
8
FROM { {baseImage} } as WDT_BUILD
9
9
LABEL com.oracle.weblogic.imagetool.buildid="{ {buildId} }"
10
10
11
- ENV WLSDEPLOY_PROPERTIES={ {wlsdeploy_properties} } \
11
+ ENV WLSDEPLOY_PROPERTIES={ {{ wlsdeploy_properties} }} \
12
12
LC_ALL=${ DEFAULT_LOCALE:-en_US.UTF-8} \
13
13
DOMAIN_HOME={ {{domain_home} }} \
14
14
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