Hide Forgot
Description of problem: perl-524-rhel7:5.24-2 failed to build perl app Version-Release number of selected component (if applicable): rhscl-beta/perl-524-rhel7 bf2e0c502565 How reproducible: always Steps to Reproduce: 1.Add imagestream perl:5.24 2.create app on openshift oc new-app perl:5.24~https://github.com/openshift/sti-perl.git --context-dir=5.24/test/sample-test-app/ --env=PERL_APACHE2_RELOAD=true 3.check the build Actual results: build failed oc logs -f build/sti-perl-1 Cloning "https://github.com/openshift/sti-perl.git" ... Commit: 904ef771874dc3761d6e137a7c6d96a76982fa7a (Merge pull request #102 from mohammedzee1000/master) Author: Honza Horak <hhorak> Date: Fri Oct 14 12:54:48 2016 +0200 error: build error: rename /tmp/s2i-build419080241/tmp/5.24/test/sample-test-app /tmp/s2i-build419080241/upload/src: no such file or directory Expected results: Build should succeed Additional info:
That's your broken test. There is no 5.24 directory in the https://github.com/openshift/sti-perl.git repository.