My gRPC C++ images. Source: https://github.com/HarkuLi/grpc-docker.
139
Images that contain built gRPC library for individual Ubuntu versions. Each image is tagged as:
<gRPC version>-<Ubuntu version>[-<option>]
For example, the image for gRPC v1.67.1 that is built on Ubuntu Focal and
uses OpenSSL as SSL provider is tagged as 1.67.1-focal-openssl.
Copy the gRPC library directory from the image with matched Ubuntu version tag
and add the bin directory of the copied gRPC library into your PATH.
For example, install gRPC library into a Ubuntu Noble image from the
1.67.1-noble image:
FROM ubuntu:noble
COPY --from=harku/grpc-cpp:1.67.1-noble /grpc /opt/grpc
ENV PATH="${PATH}:/opt/grpc/bin"
Content type
Image
Digest
sha256:6153ae858…
Size
130.7 MB
Last updated
almost 2 years ago
docker pull harku/grpc-cpp:1.67.1-jammy