Skip to content

Commit

Permalink
kni: nrop: relax the artifact list (openshift#59712)
Browse files Browse the repository at this point in the history
make available all the built artifacts, much like we do
already for tests, and defer to the final Dockerfile
the selection of what should be included in the
result binary image.

Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani authored and krishvoor committed Jan 29, 2025
1 parent 68e6814 commit 54346fd
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ images:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/manager
- destination_dir: .
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/exporter
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/.
to: numaresources-operator
- dockerfile_path: bundle.Dockerfile
to: numaresources-operator-bundle
Expand All @@ -38,7 +36,7 @@ images:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/exporter
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/.
to: resource-topology-exporter
- dockerfile_path: Dockerfile.openshift.tests
from: os-min9
Expand Down

0 comments on commit 54346fd

Please sign in to comment.