We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c21e0f commit 9f8b6b1Copy full SHA for 9f8b6b1
upstream-opm-builder.Dockerfile
@@ -13,6 +13,7 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
13
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) && \
14
chmod +x /bin/grpc_health_probe
15
16
-FROM scratch
+FROM alpine
17
+RUN apk update && apk add bash ca-certificates
18
COPY --from=builder /build/bin/opm /bin/opm
19
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
0 commit comments