-
Bug
-
Resolution: Done
-
Blocker
-
1.0.2
-
False
-
-
False
-
-
-
Critical
Description of the problem:
Create basic bootstrap project fails for orchestrator 1.0.2 on the build-and-push-image taskrun with error
140[2/2] STEP 8/22: COPY --from=builder --chown=185 /home/kogito/serverless-workflow-project/target/quarkus-app/app/ /deployments/app/141[2/2] STEP 9/22: COPY --from=builder --chown=185 /home/kogito/serverless-workflow-project/target/quarkus-app/quarkus/ /deployments/quarkus/142[2/2] STEP 10/22: COPY LICENSE /licenses/143Error: building at STEP "COPY LICENSE /licenses/": checking on sources under "/workspace/source/flat/onboarding": copier: stat: "/LICENSE": no such file or directory
How reproducible:
2/2 so far
Steps to reproduce:
1. Deploy gitops operators (janus idp repo)
2. Deploy orchestrator m1 with helm version 1.0.2
3. Try to create onboarding component from basic bootstrap project
Actual results:
build-and-push-image task fails
Expected results:
Task succeeds
—
I was actually validating that FLPATH-1541 was fixed in orchestrator 1.0.2, which it was, but then ran into this issue.
- links to