chore(ci/Dockerfile): add grpcurl for dfdaemon container #1276
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds support for the
openssl
crate in bothdragonfly-client-util
anddragonfly-client
and enhances the Docker images by including thegrpcurl
tool. The main changes improve debugging and testing capabilities for gRPC services in CI environments and prepare the Rust projects for potential future use of OpenSSL.Docker image enhancements:
grpcurl
in thepprof
build stage of bothci/Dockerfile
andci/Dockerfile.debug
, enabling gRPC endpoint testing and debugging. [1] [2]grpcurl
binary in the final Docker images by copying it from thepprof
build stage. [1] [2]Rust workspace dependency updates:
openssl
as a workspace dependency indragonfly-client-util/Cargo.toml
anddragonfly-client/Cargo.toml
, preparing both crates for cryptographic operations or secure communication. [1] [2]Related Issue
Motivation and Context
Screenshots (if appropriate)