-
Notifications
You must be signed in to change notification settings - Fork 81
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 docker build script #88
Conversation
f5c7d9d
to
c9cf196
Compare
c9cf196
to
ca2b3a9
Compare
echo "" | ||
echo "Required arguments:" | ||
echo -e "-v VERSION \tSpecify the Logstash OSS version that you are building, e.g. '7.13.2'. This will be used to label the Docker image." | ||
echo -e "-i INSTALLATION TYPE\tSpecify the installation type t, e.g. local will build and install, while download, will download latest ruby gems and install." |
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.
i or t?
Suggest t.
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.
Ack
ca2b3a9
to
c3b8b75
Compare
Parameterize docker build script with logstash version and installation type. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
c3b8b75
to
cbf755d
Compare
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.
LGTM! Thanks
Signed-off-by: Vijayan Balasubramanian balasvij@amazon.com
Description
Parameterize docker build script with logstash version and
installation type.
Issues Resolved
#86
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.