-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process and display build and push logs (#450)
* Move host.Log to host.LogStatus which displays logs ephemerally * fully leverage JSONMessage to process all the statuses * also add Aux information * fix ineffassign * Temporarily skip Dotnet test * testing with old Docker builder * do not error based on jsonmessage logs for build * wip * some debug stuff * start a session for BuilderBuildKit * debugging to learn about best way to parse buildkit logs * unskip tests * Add buildkit parsing for jsonmessage.Aux field Buildkit sends build logs with the id of `moby.buildkit.trace` to the `aux` field of jsonmessage. This commit adds logic akin to that in `https://github.com/docker/docker-ce` to properly decode and parse the buildkit build logs. * remove noop change * handle error Co-authored-by: Aaron Friel <[email protected]>
- Loading branch information
1 parent
5ac186d
commit dedc353
Showing
2 changed files
with
136 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters