Skip to content

Commit

Permalink
Bug 1776946: Updated Operator Registry Dockerfile (openshift#18350)
Browse files Browse the repository at this point in the history
Bug 1776946: Updated Operator Registry Dockerfile
  • Loading branch information
adellape authored Dec 26, 2019
2 parents c751cb8 + 1bb5553 commit e996f7b
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 e996f7b

Please sign in to comment.