Skip to content

Commit 337b700

Browse files
authored
Update grpc-health-probe to latest upstream release (#1425)
1 parent c77fe16 commit 337b700

4 files changed

+4
-4
lines changed

Diff for: registry.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /build
55

66
COPY . .
77
RUN make static
8-
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.11 && \
8+
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.28 && \
99
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-$(go env GOARCH) && \
1010
chmod +x /bin/grpc_health_probe
1111

Diff for: release/goreleaser.opm.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build opm images. See the configurations in .goreleaser.yaml
33
# and .github/workflows/release.yaml.
44

5-
FROM ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.11 as grpc_health_probe
5+
FROM ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.28 as grpc_health_probe
66
FROM gcr.io/distroless/static:debug
77
COPY --from=grpc_health_probe /ko-app/grpc-health-probe /bin/grpc_health_probe
88
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]

Diff for: upstream-builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /build
55

66
COPY . .
77
RUN make static
8-
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.11 && \
8+
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.28 && \
99
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-$(go env GOARCH) && \
1010
chmod +x /bin/grpc_health_probe
1111

Diff for: upstream-opm-builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /build
1414

1515
COPY . .
1616
RUN make static
17-
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.11 && \
17+
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.28 && \
1818
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-$(go env GOARCH) && \
1919
chmod +x /bin/grpc_health_probe
2020

0 commit comments

Comments
 (0)