Closed florian-lerch closed 5 years ago
First of all, a lot of thanks to report that issue @florian-lerch and sorry for not answer here, because we solved it about 20 days ago, but at least we wrote to you at Skype and email.
Now develop is working fine and we are working on a release 1.1 to solve this type of conflicts between different releases. When it is completed, we would appreciate it if @florian-lerch would go back to test it.
As we told to Florian, this problem was because we restructured the folders to make everything more clear and easy. The new path of the content was in dsf4openshift/openshift-devonfw-deployment/s2i/... and is for that reason that it fail and return no such file or directory.
As you can see in the logs, the path was not correct.
s2i-devonfw-java logs:
Step 27/37 : COPY ${CODE_CONTEXT}/contrib/settings.xml $MAVEN_HOME/conf
| error: build error: COPY failed: stat /var/lib/docker/tmp/docker-builder369291559/dsf4openshift/s2i/java/contrib/settings.xml: no such file or directory
s2i-devonfw-angular logs:
Step 31/45 : COPY ${CODE_CONTEXT}/bin/ $STI_SCRIPTS_PATH
| error: build error: COPY failed: stat /var/lib/docker/tmp/docker-builder028163048/dsf4openshift/s2i/angular/bin: no such file or directory
Category: Bug Severity: MEDIUM
Expected behaviour (In case of bug) Builds for Builder Images get completed.
Actual/current behaviour (In case of bug) Builds of
fail.
Steps to reproduce (In case of bug)
(following steps were also executed, but are probably not relevant for reproducing the bug)
Description of issue / expected enhacement /Comments At the web console > Builds it is shown, that the builds for both s2i-devonfw-java s2i-devonfw-angular failed. Status: "Docker build failed"
Your environment: WINDOWS/LINUX, DOCKER, OPENSHIFT, KUBERNETES Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-130-generic x86_64) Openshift Origin 3.9
Logs For s2i-devonfw-java:
*Logs for s2i-devonfw-angular: