File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN mkdir -p /go/src/github.com/grpc-ecosystem && \
2525
2626FROM openshift/origin-base
2727
28- COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/initializer /initializer
29- COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/registry-server /registry-server
30- COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/configmap-server /configmap-server
28+ COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/initializer /bin/ initializer
29+ COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/registry-server /bin/ registry-server
30+ COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/configmap-server /bin/ configmap-server
3131COPY --from=builder /go/bin/grpc_health_probe /bin/grpc_health_probe
3232
3333# This image doesn't need to run as root user
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN dep ensure -vendor-only -v && \
2323
2424
2525FROM scratch
26- COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/configmap-server /configmap-server
26+ COPY --from=builder /go/src/github.com/operator-framework/operator-registry/bin/configmap-server /bin/ configmap-server
2727COPY --from=probe-builder /go/bin/grpc_health_probe /bin/grpc_health_probe
2828EXPOSE 50051
29- ENTRYPOINT ["/configmap-server" ]
29+ ENTRYPOINT ["/bin/ configmap-server" ]
You can’t perform that action at this time.
0 commit comments