-
Notifications
You must be signed in to change notification settings - Fork 590
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
docs: add readme for docker folder #1649
Conversation
LGTM! |
|
||
``` | ||
make docker_frontend | ||
make docker_backend |
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 added a frontend-v2 dockerfile for rust frontend. Maybe also modify here and Makefile
and add frontend-v2 related commands.
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'll add that...
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.
By the way, meta, compute and frontend can actually share a same binary risingwave
. We indeed need only one image for all services.
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.
Yes. Then it should not be called backend :)
Codecov Report
@@ Coverage Diff @@
## main #1649 +/- ##
=========================================
Coverage 69.80% 69.80%
Complexity 2766 2766
=========================================
Files 1050 1050
Lines 92460 92460
Branches 1790 1790
=========================================
+ Hits 64540 64541 +1
+ Misses 27029 27028 -1
Partials 891 891
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Signed-off-by: Alex Chi <iskyzh@gmail.com>
a7270b5
to
c0f169b
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
Signed-off-by: Alex Chi iskyzh@gmail.com
What's changed and what's your intention?
As title
Checklist
Refer to a related PR or issue link (optional)