Skip to content

Commit

Permalink
Merge pull request #320 from joelanford/dynamic-upstream-olm-builder
Browse files Browse the repository at this point in the history
Bug 1835887: upstream-opm-builder.Dockerfile: add ca-certificates
  • Loading branch information
openshift-merge-robot committed May 15, 2020
2 parents 9994e3e + b9cb6f3 commit 18b8ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upstream-opm-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
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) && \
chmod +x /bin/grpc_health_probe

FROM scratch
FROM alpine
RUN apk update && apk add ca-certificates
COPY --from=builder /build/bin/opm /bin/opm
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

0 comments on commit 18b8ef3

Please sign in to comment.