Skip to content

Commit

Permalink
Merge pull request #1900 from ecordell/olm-single-image
Browse files Browse the repository at this point in the history
build olm binaries into a single image
  • Loading branch information
openshift-merge-robot committed Oct 11, 2018
2 parents 1d9a223 + 31c1807 commit 647c1cb
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,7 @@ canonical_go_repository: github.com/operator-framework/operator-lifecycle-manage
binary_build_commands: make build
images:
- from: base
dockerfile_path: ci-manifests.Dockerfile
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/operator-framework/operator-lifecycle-manager/bin/olm
to: olm
- from: base
dockerfile_path: ci-out.Dockerfile
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/operator-framework/operator-lifecycle-manager/bin/catalog
to: catalog
- from: base
dockerfile_path: ci-out.Dockerfile
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/operator-framework/operator-lifecycle-manager/bin/package-server
to: package-server
resources:
'*':
limits:
Expand Down

0 comments on commit 647c1cb

Please sign in to comment.