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

Make the result stream of Images::build continuous #134

Merged
merged 1 commit into from
Aug 28, 2022

Commits on Aug 28, 2022

  1. Make the result stream of Images::build continuous

    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.
    marhkb committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    daba393 View commit details
    Browse the repository at this point in the history