-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Ballista] Docker files for ui #22
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22 +/- ##
=======================================
Coverage 70.41% 70.41%
=======================================
Files 123 123
Lines 21261 21261
=======================================
Hits 14970 14970
Misses 6291 6291 Continue to review full report at Codecov.
|
There is a docker compose yaml under the ballista benchmark but we might want to consider moving this to a higher level as we get Ballista more integrated into this repo. |
@andygrove Hi, Can we merge this now or we want to wait for the integrated docker-compose setup to be in place? |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
BALLISTA_VERSION=0.4.2-SNAPSHOT |
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.
We don't need to fix in this PR but I filed for #32 for removing these hard-coded versions
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.
Sounds good 👍
I think we just need to wait on #29 to finish getting the process in place for the repo. |
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
@andygrove Hi, I am going to work on #32 next. If we can merge this, i can fix all hard coded |
Closes #45 |
Do we have docker-compose where we can setup the entire system? I searched but couldn't find it. If it is, I would like to include the ui deployment there.