We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2138a69 commit 88d3b9fCopy full SHA for 88d3b9f
imagetool/src/main/resources/docker-files/Update_Image.mustache
@@ -6,7 +6,6 @@
6
#
7
{{#isWdtEnabled}}
8
FROM {{baseImage}} as wdt_build
9
- ARG WDT_ENCRYPTION_KEY
10
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
11
12
ENV WLSDEPLOY_PROPERTIES={{{wlsdeploy_properties}}} \
@@ -52,7 +51,7 @@
52
51
53
{{^modelOnly}}
54
RUN cd {{{wdt_home}}}/weblogic-deploy/bin \
55
- && {{#isWdtUseEncryption}}echo $WDT_ENCRYPTION_KEY | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
+ && {{#isWdtUseEncryption}}echo {{{wdtEncryptionKey}}} | {{/isWdtUseEncryption}} ./{{wdtCommand}} \
56
-oracle_home {{{oracle_home}}} \
57
-domain_home {{{domain_home}}} \
58
-domain_type {{domainType}} \
0 commit comments