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 3a9a9b0 commit 97e03bdCopy full SHA for 97e03bd
imagetool/src/main/java/com/oracle/weblogic/imagetool/cli/menu/UpdateImage.java
@@ -68,6 +68,7 @@ public CommandResponse call() throws Exception {
68
if (oracleHome == null) {
69
return new CommandResponse(-1, "ORACLE_HOME env variable undefined in base image: " + fromImage);
70
}
71
+ dockerfileOptions.setOracleHome(oracleHome);
72
installerType = FmwInstallerType.valueOf(baseImageProperties.getProperty("WLS_TYPE",
73
FmwInstallerType.WLS.toString()).toUpperCase());
74
installerVersion = baseImageProperties.getProperty("WLS_VERSION", Constants.DEFAULT_WLS_VERSION);
0 commit comments