-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add more verbosity to command execution when building docker image #486
Comments
Are you using recent code? This commit should have addressed the mirror issue. |
Well, the report is not about the issue with Kafka version, but the possibility to identify & correct the issue. It's not so difficult to correct the version once one knows what is going on. Thanks for fixing it anyway, but this very issue is about the different matter. |
I'm just trying to highlight that the specific issue you are seeing should be fixed in master. I'm assuming anyone digging this deep would know how to debug the issue. We haven't really had issues with the build process other than the mirror not hosting the version it is supposed to host. So it's just a question of whether or not everyone's build logs get cluttered to support an exceptionally small use-case or not. Even in your proxy issue use-case (as referenced in the other #487 issue), this would not help just copy&paste debug because of the |
I agree that if in 99% cases docker build works smoothly, extra output will only create noise. Feel tree to close an issue – somebody can find it via search, if necessary. |
Thanks for closing the loop and confirming assumptions. |
It would be nice if step-by-step command execution is logged to console when complex shell scenarios are executed. Consider the following case:
From above log it is not clear what went wrong.
After adding / changing:
Dockerfile
:download-kafka.sh
:the output is the following:
Now it is clear what needs to be corrected.
Suggestion
set -x
is added/used in shell scripts which could potentially break.The text was updated successfully, but these errors were encountered: