Bug 1387594 - https://github.com/openshift/ruby-hello-world.git#beta4 does not build
Summary: https://github.com/openshift/ruby-hello-world.git#beta4 does not build
Keywords:
Status: NEW
Alias: None
Product: OKD
Classification: Red Hat
Component: Documentation
Version: 3.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact: Ronaldo Rivera
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-21 10:49 UTC by Jan Pazdziora
Modified: 2022-05-09 08:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description Jan Pazdziora 2016-10-21 10:49:01 UTC
Document URL: 

https://docs.openshift.org/latest/dev_guide/new_app.html

Section Number and Name: 

Creating an Application From Source Code

Describe the issue: 

There is an example

$ oc new-app https://github.com/openshift/ruby-hello-world.git#beta4

But running that produces failed build:

Status: Downloaded newer image for docker.io/openshift/ruby-20-centos7@sha256:7fbab8bf11011d0c5c8d12733026621352111037f00840b7749693bf31927798
 ---> 5abebcd45e00
Step 2 : USER default
 ---> Running in 07d6cea2407b
 ---> 2806f176ec70
Removing intermediate container 07d6cea2407b
Step 3 : EXPOSE 8080
 ---> Running in 91c270697147
 ---> e188669b6cdd
Removing intermediate container 91c270697147
Step 4 : ENV RACK_ENV production
 ---> Running in f3cbf9de37de
 ---> 980378b1fd55
Removing intermediate container f3cbf9de37de
Step 5 : ENV RAILS_ENV production
 ---> Running in 441d47b20c55
 ---> 77c5724875fd
Removing intermediate container 441d47b20c55
Step 6 : COPY . /opt/openshift/src/
 ---> 8bcec6953ef4
Removing intermediate container 72be7daac843
Step 7 : RUN scl enable ror40 "bundle install"
 ---> Running in f68ccabc1930
Bundler::GemfileNotFound
error: build error: The command '/bin/sh -c scl enable ror40 "bundle install"' returned a non-zero code: 10

with OpenShift Origin 1.3 running on Fedora 24.

Suggestions for improvement: 

Have examples in documentation that show repositories / applications that work.

Additional information:


Note You need to log in before you can comment on or make changes to this bug.