-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the result stream of
Images::build
continuous (#134)
Currently, when the `Images::build` endpoint is called, no continuous stream is returned: once an image is successfully built, a single `ImageBuildLibpod200Response` is returned with the entire output of the build process. This is especially bad for user interfaces, as no feedback can be provided to the user. To make the stream continuous, the implementation of the endpoint is rewritten. Here, the implementation of the endpoint `Images::pull` is used as a template.
- Loading branch information
Showing
1 changed file
with
30 additions
and
25 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