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

[bug] docker generator should ouput logs as command is running #3569

Closed
jul-sh opened this issue Apr 15, 2024 · 0 comments · Fixed by #3570
Closed

[bug] docker generator should ouput logs as command is running #3569

jul-sh opened this issue Apr 15, 2024 · 0 comments · Fixed by #3570
Labels
status:triage Issue that has not been triaged type:bug Something isn't working

Comments

@jul-sh
Copy link
Contributor

jul-sh commented Apr 15, 2024

Describe the bug
The docker generator only outputs logs once the build command has returned, see

bytes, err := io.ReadAll(reader)
. This creates a problem when attempting to debug a process that hangs in CI, never succeeding and never failing.

Expected behavior
For verbose output, the generator should print logs as they are created by the build command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:triage Issue that has not been triaged type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant