-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
Description
As a user, I need to be able to use the Shipwright Builds to build my application in the Git Import Flow.
Acceptance Criteria
- Add the Shipwright option in the Build Type.
- Create a function in the `import-submit-utils` to create SW Builds and BuildRuns.
- If the user wants to build their application with a Dockerfile (have selected Dockerfile Import Strategy), go forward with the "buildah" Buildstrategy, without the need to give users the option to select a build strategy
- If the user wants to build their application with the predefined Builder Images available on Openshift (have selected BuilderImage Import Strategy), go forward to show a dropdown in the Build Section of the form. This dropdown should allow users to select "s2i" or "buildpack" BuildStrategy.
- Write and fix the Unit tests