You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`package-manager-packages`|None |All | A list of OS packages, such as `ftp gzip`, separated by line or space. |
56
+
|`final-build-commands`|`AUXILIARY_IMAGE_PATH``WDT_HOME``WDT_MODEL_HOME`|Final image | After all Image Tool actions are complete, and just before the container image is finalized. |
57
57
58
58
Each section can contain one or more valid Dockerfile commands and would look like the following:
|`package-manager-packages`|None |All | A list of OS packages, such as `ftp gzip`, separated by line or space. |
79
+
|`before-jdk-install`|`JAVA_HOME`|Intermediate (JDK_BUILD) | Before the JDK is installed. |
80
+
|`after-jdk-install`|`JAVA_HOME`|Intermediate (JDK_BUILD) | After the JDK is installed. |
81
+
|`before-fmw-install`|`JAVA_HOME``ORACLE_HOME`|Intermediate (WLS_BUILD) | Before the Oracle Home is created. |
82
+
|`after-fmw-install`|`JAVA_HOME``ORACLE_HOME`|Intermediate (WLS_BUILD) | After all of the Oracle middleware installers are finished. |
83
+
|`before-wdt-command`|`DOMAIN_HOME`|Intermediate (WDT_BUILD) | Before WDT is installed. |
84
+
|`after-wdt-command`|`DOMAIN_HOME`|Intermediate (WDT_BUILD) | After WDT domain creation/update is complete. |
85
+
|`final-build-commands`|`JAVA_HOME``ORACLE_HOME`_`DOMAIN_HOME`_|Final image | After all Image Tool actions are complete, and just before the container image is finalized. `DOMAIN_HOME` is only available if WDT was used during the build. |
86
86
87
87
**NOTE**: Changes made in intermediate stages may not be carried forward to the final image unless copied manually.
88
88
The Image Tool will copy the Java Home, Oracle Home, domain home, and WDT home directories to the final image.
|`before-jdk-install`|`JAVA_HOME``DOMAIN_HOME`|Intermediate (JDK_BUILD) | Before the JDK is installed. |
62
+
|`after-jdk-install`|`JAVA_HOME``DOMAIN_HOME`|Intermediate (JDK_BUILD) | After the JDK is installed. |
63
+
|`before-fmw-install`|`JAVA_HOME``ORACLE_HOME``DOMAIN_HOME`|Intermediate (WLS_BUILD) | Before the Oracle Home is created. |
64
+
|`after-fmw-install`|`JAVA_HOME``ORACLE_HOME``DOMAIN_HOME`|Intermediate (WLS_BUILD) | After all of the Oracle middleware installers are finished. |
65
+
|`final-build-commands`|`JAVA_HOME``ORACLE_HOME``DOMAIN_HOME`|Final image | After all Image Tool actions are complete, and just before the container image is finalized. |
66
66
67
67
**NOTE**: Changes made in intermediate stages may not be carried forward to the final image unless copied manually.
68
68
The Image Tool will copy the Java Home and the Oracle Home directories to the final image.
|`before-wdt-command`|`DOMAIN_HOME`|Intermediate (WDT_BUILD) | Before WDT is installed. |
78
+
|`after-wdt-command`|`DOMAIN_HOME`|Intermediate (WDT_BUILD) | After WDT domain creation/update is complete. |
79
+
|`final-build-commands`|`JAVA_HOME``ORACLE_HOME``DOMAIN_HOME`|Final image | After all Image Tool actions are complete, and just before the container image is finalized. |
80
80
81
81
NOTE: Changes made in intermediate stages may not be carried forward to the final image unless copied manually.
82
82
The Image Tool will copy the domain home and the WDT home directories to the final image.
0 commit comments