Skip to content

Commit

Permalink
Updated Operator Registry Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adellape committed Nov 27, 2019
1 parent 985955e commit 1bb5553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/olm-restricted-networks-configuring-operatorhub.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,16 @@ For example, in the following `deployments` spec of an etcd Operator CSV:
+
[source,go]
----
FROM registry.redhat.io/openshift4/ose-operator-registry:v4.2 AS builder
FROM registry.redhat.io/openshift4/ose-operator-registry:v4.2.8 AS builder
COPY manifests manifests
RUN /bin/initializer -o ./bundles.db
FROM scratch
FROM openshift/origin-base
COPY --from=builder /build/bundles.db /bundles.db
COPY --from=builder /build/bin/registry-server /registry-server
COPY --from=builder /registry/bundles.db /bundles.db
COPY --from=builder /usr/bin/registry-server /registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
EXPOSE 50051
Expand Down

0 comments on commit 1bb5553

Please sign in to comment.