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 6603fa9 commit 128ac15Copy full SHA for 128ac15
imagetool/src/main/resources/docker-files/Rebase_Image.mustache
@@ -12,7 +12,8 @@ ARG ADMIN_PORT
12
ARG MANAGED_SERVER_PORT
13
14
ENV ADMIN_PORT=${ADMIN_PORT} \
15
-MANAGED_SERVER_PORT=${MANAGED_SERVER_PORT}
+ MANAGED_SERVER_PORT=${MANAGED_SERVER_PORT} \
16
+ DOMAIN_HOME={{{domain_home}}}
17
LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
18
19
{{/isRebaseToTarget}}
@@ -23,7 +24,9 @@ LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
23
24
25
26
- MANAGED_SERVER_PORT=${MANAGED_SERVER_PORT}
27
28
29
+
30
31
USER root
32
0 commit comments