diff --git a/images/modules/org.kie.kogito.prod.bundleinstall/module.yaml b/images/modules/org.kie.kogito.prod.bundleinstall/module.yaml new file mode 100644 index 000000000..8d13544ea --- /dev/null +++ b/images/modules/org.kie.kogito.prod.bundleinstall/module.yaml @@ -0,0 +1,14 @@ +name: org.kie.kogito.prod.bundleinstall +version: "1.32.0" +description: Copy the bund files to the target image + +artifacts: + - name: manifests + path: "../../../../../bundle.prod/manifests" + dest: /manifests/ + - name: metadata + path: "../../../../../bundle.prod/metadata" + dest: /metadata/ + - name: tests-scorecard + path: "../../../../../bundle.prod/tests/scorecard/" + dest: /tests/scorecard/ \ No newline at end of file diff --git a/images/prod-bundle-image.yaml b/images/prod-bundle-image.yaml index 2786a4ff7..d798dddf2 100644 --- a/images/prod-bundle-image.yaml +++ b/images/prod-bundle-image.yaml @@ -46,7 +46,7 @@ modules: repositories: - path: modules install: - - name: org.kie.kogito.osl.bundleinstall + - name: org.kie.kogito.prod.bundleinstall packages: content_sets_file: content_sets.yaml