Skip to content

Commit

Permalink
Merge pull request #45 from smarterclayton/service_catalog_not_part_o…
Browse files Browse the repository at this point in the history
…f_operator

Service catalog is not ready to be in the release payload
  • Loading branch information
openshift-merge-robot authored Jan 25, 2019
2 parents ac80e21 + 876b6ef commit b24ffd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
COPY --from=builder /go/src/github.com/kubernetes-incubator/service-catalog/_output/local/bin/linux/amd64/service-catalog /usr/bin/
COPY manifests /manifests/
CMD ["/usr/bin/service-catalog"]
LABEL io.openshift.release.operator=true
1 change: 0 additions & 1 deletion Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ FROM registry.svc.ci.openshift.org/ocp/4.0:base
COPY --from=builder /go/src/github.com/kubernetes-incubator/service-catalog/_output/local/bin/linux/amd64/service-catalog /usr/bin/
COPY manifests /manifests/
CMD ["/usr/bin/service-catalog"]
LABEL io.openshift.release.operator=true

0 comments on commit b24ffd6

Please sign in to comment.