Skip to content

Commit 88d3b9f

Browse files
jshum2479ddsharpe
andauthored
Remove WDT_ENCRYPTION_KEY argument from update image mustache (#270)
Co-authored-by: Derek Sharpe <36005286+ddsharpe@users.noreply.github.com>
1 parent 2138a69 commit 88d3b9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

imagetool/src/main/resources/docker-files/Update_Image.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#
77
{{#isWdtEnabled}}
88
FROM {{baseImage}} as wdt_build
9-
ARG WDT_ENCRYPTION_KEY
109
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
1110

1211
ENV WLSDEPLOY_PROPERTIES={{{wlsdeploy_properties}}} \
@@ -52,7 +51,7 @@
5251

5352
{{^modelOnly}}
5453
RUN cd {{{wdt_home}}}/weblogic-deploy/bin \
55-
&& {{#isWdtUseEncryption}}echo $WDT_ENCRYPTION_KEY | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
54+
&& {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
5655
-oracle_home {{{oracle_home}}} \
5756
-domain_home {{{domain_home}}} \
5857
-domain_type {{domainType}} \

0 commit comments

Comments
 (0)