1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 13:58:21 +00:00

Merge pull request #1513 from marquiz/release-0.14-grpc

[release-0.14] Dockerfile: update grpc-health-probe to v0.4.24
This commit is contained in:
Kubernetes Prow Robot 2023-12-20 15:47:29 +01:00 committed by GitHub
commit 204ff8b712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ ARG BASE_IMAGE_MINIMAL
FROM ${BUILDER_IMAGE} as builder FROM ${BUILDER_IMAGE} as builder
# Build and install the grpc-health-probe binary # Build and install the grpc-health-probe binary
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.22 && \ RUN GRPC_HEALTH_PROBE_VERSION=v0.4.24 && \
go install github.com/grpc-ecosystem/grpc-health-probe@${GRPC_HEALTH_PROBE_VERSION} \ go install github.com/grpc-ecosystem/grpc-health-probe@${GRPC_HEALTH_PROBE_VERSION} \
# Rename it as it's referenced as grpc_health_probe in the deployment yamls # Rename it as it's referenced as grpc_health_probe in the deployment yamls
# and in its own project https://github.com/grpc-ecosystem/grpc-health-probe # and in its own project https://github.com/grpc-ecosystem/grpc-health-probe