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

build: allow builds from stdin for multi-node builders #2656

Merged
merged 1 commit into from
Aug 22, 2024

Commits on Aug 14, 2024

  1. build: allow builds from stdin for multi-node builders

    When building from same stream all nodes need to read
    data from the same stream. In order to achive that there
    is a new SyncMultiReader wrapper that sends the stream
    concurrently to all readers. Readers must read at similar
    speed or pauses will happen while they wait for each other.
    
    Dockerfiles were already written to disk before sent. Now
    the file written by first node is reused for others.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    adbcc22 View commit details
    Browse the repository at this point in the history