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

docs: add readme for docker folder #1649

Merged
merged 1 commit into from
Apr 7, 2022
Merged

docs: add readme for docker folder #1649

merged 1 commit into from
Apr 7, 2022

Conversation

skyzh
Copy link
Contributor

@skyzh skyzh commented Apr 7, 2022

Signed-off-by: Alex Chi iskyzh@gmail.com

What's changed and what's your intention?

As title

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

@skyzh skyzh requested review from Nebulazhang and KeXiangWang April 7, 2022 06:51
@github-actions github-actions bot added the component/doc Issues about documentation. label Apr 7, 2022
@Nebulazhang
Copy link
Contributor

LGTM!


```
make docker_frontend
make docker_backend
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add that...

Copy link
Contributor Author

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.

Copy link
Contributor

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
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #1649 (c0f169b) into main (347406f) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            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           
Flag Coverage Δ
java 61.01% <ø> (ø)
rust 71.62% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/meta/src/manager/stream_clients.rs 88.88% <0.00%> (-7.41%) ⬇️
.../src/executor/managed_state/aggregation/extreme.rs 90.40% <0.00%> (+0.27%) ⬆️
src/connector/src/filesystem/file_common.rs 81.16% <0.00%> (+0.44%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Signed-off-by: Alex Chi <iskyzh@gmail.com>
@skyzh skyzh force-pushed the skyzh/docker-readme branch from a7270b5 to c0f169b Compare April 7, 2022 07:04
@skyzh skyzh enabled auto-merge (squash) April 7, 2022 07:04
Copy link
Contributor

@KeXiangWang KeXiangWang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@skyzh skyzh merged commit 9c2d6fe into main Apr 7, 2022
@skyzh skyzh deleted the skyzh/docker-readme branch April 7, 2022 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/doc Issues about documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants