Skip to content
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

Update usage file under s2i. #108

Closed
tsaxena18 opened this issue Sep 7, 2020 · 2 comments · Fixed by #112
Closed

Update usage file under s2i. #108

tsaxena18 opened this issue Sep 7, 2020 · 2 comments · Fixed by #112
Assignees

Comments

@tsaxena18
Copy link
Collaborator

The section has not been updated with the new changes.
The current text describes the command usage as :
./create_builder_image.sh -l -v -i
where
[-l|--installers-location] : Location where TIBCO BusinessEvents and other required installers are located [required]
[-d|--docker-file] : Dockerfile to be used for generating image.(default Dockerfile) [optional]"
For example:
./create_builder_image.sh -l /Users/test/BE_Installers

But currently it is :
[apps@beqacentos7 s2i]$ ./create_builder_image.sh -h

Usage: create_builder_image.sh

[-l|--installers-location] : Location where TIBCO BusinessEvents and other required installers are located [required]

[-d|--docker-file] : Dockerfile to be used for generating image.(default Dockerfile) [optional]

[--disable-tests] : Disables docker unit tests on created image. [optional]

[--gv-providers] : Names of GV providers to be included in the image. Supported value(s) - consul [optional]

[-r|--repo] : The builder image Repository (example - s2ibuilder:latest) [required]

[-h|--help] : Print the usage of script [optional]

NOTE : supply long options with '='

@nareshkumarthota
Copy link
Collaborator

updated the required changes in branch fix-issue-108. kindly confirm the same.

@tsaxena18
Copy link
Collaborator Author

Checked from fix-issue-108 branch , the documentation part has been updated correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants