-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-images fails silently if no images found #5330
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
rm3l
added a commit
to rm3l/odo
that referenced
this issue
Mar 30, 2022
As reported in redhat-developer#5330, this makes more sense rather than exiting silently.
3 tasks
rm3l
added a commit
to rm3l/odo
that referenced
this issue
Mar 30, 2022
As reported in redhat-developer#5330, this makes more sense rather than exiting silently.
rm3l
added a commit
to rm3l/odo
that referenced
this issue
Mar 30, 2022
As reported in redhat-developer#5330, this makes more sense rather than exiting silently.
Repository owner
moved this from For Review
to Done
in odo v3-alpha1
Mar 30, 2022
cdrage
pushed a commit
to cdrage/odo
that referenced
this issue
Aug 31, 2022
… Image component found in Devfile (redhat-developer#5608) * Add test highlighting the issue * Make `odo build-images` return an error if no Image component found As reported in redhat-developer#5330, this makes more sense rather than exiting silently.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/kind bug
What versions of software are you using?
Operating System:
MacOS
Output of
odo version
:odo v2.4.3 (16dd43c)
How did you run odo exactly?
odo build-images
Actual behavior
When there are no image components exist in a devfile build-images fail silently.
Expected behavior
A message that explains the command has not done anything because it could not find suitable component types. In this case Image.
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: