We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9994e3e + b9cb6f3 commit 18b8ef3Copy full SHA for 18b8ef3
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 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