csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

update base container image in dockerfile #49

Closed Madhu-1 closed 3 years ago

Madhu-1 commented 3 years ago

updated base image from gcr.io/distroless/static:nonroot to gcr.io/distroless/static:latest which is commonly used in all CSI sidecar image which allows for GRPC communication

using gcr.io/distroless/static:nonroot is blocking the GRPC client to connect to the GRPC server.

Signed-off-by: Madhu Rajanna madhupr007@gmail.com