-
Notifications
You must be signed in to change notification settings - Fork 84
Create docker files for build #23
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
vamshin
left a comment
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
| @@ -0,0 +1,21 @@ | |||
| #!/bin/bash | |||
|
|
|||
| # This is intended to be run the plugin's root directory. `dockerfiles/run.sh` | |||
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.
When is this script used?
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.
It is like build from source, here, instead of running in local, it will be executed inside the docker. I am planning to update the Developer guide to include this as well. Also, will use the same script without "docker-compose up" to publish the image to docker hub as well.
50a8d9a to
2d17e0c
Compare
Added script to build docker image based on host's architecture. Supports only arm64 and x86_64, download corresponding base image and build. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Include release drafts similar to other plugins. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Since openseach supports only version 7, remove irrelevant warning message. Signed-off-by: Vijayan Balasubramanian <[email protected]>
vamshin
left a comment
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 [email protected]
Description
Added script to build docker image.
Issues Resolved
[List any issues this PR will resolve]
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.