-
Notifications
You must be signed in to change notification settings - Fork 25
Provide options for specifying inventory file and location #103 #107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
@Option( | ||
names = {"--inventoryPointerInstallLoc"}, | ||
description = "path to a inventory location file. Override the default inventory location file" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description of both of these parameters is exactly the same. How does the user differentiate what to put in each parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed description
|
||
if (inventoryPointerInstallLoc != null) { | ||
List<String> invLocValue = new ArrayList<>(2); | ||
invLocValue.add(Constants.BUILD_ARG); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use mustache place-holders instead of build-args.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merged master into it. Please review
} | ||
} | ||
} catch (FileNotFoundException notFound) { | ||
logger.severe("Unable to find installer response file: {0}", inventoryLoc); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs i18n. move message to resource bundle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
|
||
@Option( | ||
names = {"--inventoryPointerInstallLoc"}, | ||
description = "path to where the inventory pointer file (oraInst.loc) should be store in the image" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...should be stored...
imagetool/src/main/resources/docker-files/Create_Image.mustache
Outdated
Show resolved
Hide resolved
imagetool/src/main/resources/docker-files/Create_Image.mustache
Outdated
Show resolved
Hide resolved
… and error message
# Conflicts: # imagetool/src/main/resources/docker-files/Create_Image.mustache
No description provided.