Skip to content

Commit 97e03bd

Browse files
committed
update image was not using existing Oracle Home env from previous image
1 parent 3a9a9b0 commit 97e03bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/UpdateImage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public CommandResponse call() throws Exception {
6868
if (oracleHome == null) {
6969
return new CommandResponse(-1, "ORACLE_HOME env variable undefined in base image: " + fromImage);
7070
}
71+
dockerfileOptions.setOracleHome(oracleHome);
7172
installerType = FmwInstallerType.valueOf(baseImageProperties.getProperty("WLS_TYPE",
7273
FmwInstallerType.WLS.toString()).toUpperCase());
7374
installerVersion = baseImageProperties.getProperty("WLS_VERSION", Constants.DEFAULT_WLS_VERSION);

0 commit comments

Comments
 (0)