Hide Forgot
Description of problem: Should be --source-image and --source-image-path in new-build help doc.And in [destination-dir] /tmp should be a reletive path like tmp/ # Create a build config that gets its input from a remote repository and another Docker image $ oc new-build https://github.com/openshift/ruby-hello-world --image-source=openshift/jenkins-1-centos7 --image-source-path=/var/lib/jenkins:/tmp Version-Release number of selected component (if applicable): devenv-rhel7_3237 oc v1.1.1-155-ga3dd1f0 kubernetes v1.1.0-origin-1107-g4c8e6f4 How reproducible: always Steps to Reproduce: 1.oc new-build -h 2. 3. Actual results: As description. Expected results: Should updated examples in new-build help doc. Additional info:
fix: https://github.com/openshift/origin/pull/6844
@Ben Also need update /var/lib/jenkins:/tmp to /var/lib/jenkins:tmp/
https://github.com/openshift/origin/pull/6871
Test in devenv-rhel7_3273 with oc version(v1.1.1-277-gf45f63e) # Create a build config that gets its input from a remote repository and another Docker image $ oc new-build https://github.com/openshift/ruby-hello-world --source-image=openshift/jenkins-1-centos7 --source-image-path=/var/lib/jenkins:tmp Move bug to verified.