Skip to content

Conversation

@Sherlock-Holo
Copy link
Contributor

tonic-build require protoc cli tool to generate the codes, install
protobuf-compiler allow user can use this image to build tonic codes
directly

Signed-off-by: Sherlock Holo sherlockya@gmail.com

tonic-build require protoc cli tool to generate the codes, install
protobuf-compiler allow user can use this image to build tonic codes
directly

Signed-off-by: Sherlock Holo <sherlockya@gmail.com>
@clux
Copy link
Owner

clux commented Sep 3, 2022

Ah, I thought we needed to compile a protobuf library here. Looks good if this is all that is needed!
Have you tested this against anything?

@clux clux linked an issue Sep 3, 2022 that may be closed by this pull request
@Sherlock-Holo
Copy link
Contributor Author

I have testd with my codes

I use podman to build it

podman run -it --rm -v $PWD:/volume --workdir /volume/agent muslrust:latest cargo build --release

@clux clux merged commit 7923c81 into clux:main Sep 4, 2022
@clux
Copy link
Owner

clux commented Sep 4, 2022

Awesome. I'll just send this out then! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature request: add protoc into the image

2 participants