Skip to content
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

Fix container build logging #26050

Merged
merged 1 commit into from Jun 10, 2022

Commits on Jun 10, 2022

  1. Fix container build logging

    In Quarkus 2.10.CR1, the container build (e.g. Docker) performed by Quarkus does not log any output anymore. This appears to be caused by the refactoring in commit 418d986, as the `Runnable#run()` method is never called in `ExecUtil#exec()` on the `Runnable` returned by `outputFilterFunction`.
    knutwannheden committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    0ca82fd View commit details
    Browse the repository at this point in the history