You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #18631 from coreydaley/github_17675_specify_image_stream_to_overwrite_from
Automatic merge from submit-queue.
--source-image should count as a source input
- the --source-image flag should count as a source input
- the --strategy flag should override the build strategy in all source repositories
Fixes#17675
# ensure that using only image inputs and the --binary flag results in an error
515
+
os::cmd::expect_failure_and_text 'oc new-build --name sourcetest --source-image centos:latest --source-image-path /tmp --image-stream nodejs --binary --dry-run -o yaml''specifying binary builds and source repositories at the same time is not allowed'
0 commit comments